Andrew
9fa986337d
add missing brackets to silence indentation warnings gcc721
8 years ago
Andrew
8a0b086b28
add missing bracket for old glibc (cppcheck)
8 years ago
Andrew
3eed97f6b9
Initialize values to silence cppcheck
8 years ago
Andrew
13e137fbc9
Initialize uninitialized variables (cppcheck)
8 years ago
Andrew
d602b99386
LAPACK helpers in C that need care too
8 years ago
Andrew
8aafa0473c
address last warnings as seen by gcc7
8 years ago
Andrew
11a627c54e
remove surplus parentheses to silence clang5
8 years ago
Andrew
4d0b005e5b
Eliminate remaining unused results in kernels (clang5 analyzer)
8 years ago
Andrew
03e5ff0687
initialize potentially unitialized variables (clang5)
8 years ago
Andrew
47deec2c1a
fix couple of dead assignment warnings
8 years ago
Andrew
bfc2a88594
remove unused buffer
8 years ago
Andrew
281a2b952f
warning cleanup ( #1380 )
* dead increments in driver/level2
* dead increments in kernel/generic
* part dead increments in kernel/x86_64
8 years ago
Martin Kroeker
c49c6b237d
Merge pull request #1382 from martin-frbg/dtrmv-1332
Work around errors in multithreaded dtrmv
8 years ago
Martin Kroeker
e2469a9ebc
Merge pull request #1386 from martin-frbg/bignuma
Limit MAX_CPU to 1024 for now
8 years ago
Martin Kroeker
5b71f3a8e4
Merge pull request #1387 from martin-frbg/cmakeandroid
Explicitly link against libm on Android with cmake as well
8 years ago
Martin Kroeker
9381ac2748
Explicitly link against libm on Android with cmake as well
Patch from #1384
8 years ago
Martin Kroeker
28ae3ca76f
Limit MAX_CPU to 1024 for now
Some Linux distributions (notably SuSE) have raised CPU_SETSIZE to 4096, apparently disregarding API limitations.
From #1348 , the highest value to survive array initialization (on a desktop system) is 3232, and 1024 - which is the
more usual CPU_SETSIZE limit, was demonstrated to work fine on an actual bignuma system.
8 years ago
Martin Kroeker
b414283f48
Disable gemv unrolling
as a (hopefully temporary) workaround for #1332
8 years ago
Martin Kroeker
38763ec4f3
Disable multithreading for trmv
as a (hopefully temporary) workaround for #1332
8 years ago
Martin Kroeker
452fbef0bf
Merge pull request #1381 from martin-frbg/ctest-warnings
Fix compiler warnings in ctest
8 years ago
Martin Kroeker
8c8313983b
Fix compiler warnings in ctest
Various fixes for const correctness, stray tab characters and unused labels
8 years ago
Martin Kroeker
881a50c093
Merge pull request #1379 from martin-frbg/warnfix
Work around compiler warnings for unused variables
8 years ago
Martin Kroeker
8213385ab8
Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels
8 years ago
Martin Kroeker
bede1c4fb4
Merge pull request #1372 from martin-frbg/param
Correct zgeadd_k prototype
8 years ago
Martin Kroeker
1d2da67841
Prefix make jobs with travis_wait ( #1378 )
* Prefix make with travis_wait to prevent it getting killed for producing no output
* Extend travis_wait to 30mins for the windows build
* Trying 45 mins wait time
* Increase travis_wait time to 45 minutes for linux builds as well
8 years ago
Martin Kroeker
0dc291d3fa
Merge pull request #1377 from isuruf/threads
Allow overriding NUM_THREADS in cmake
8 years ago
Isuru Fernando
e0ddd7d124
Allow overriding NUM_THREADS
8 years ago
Martin Kroeker
adf4316f0e
Merge pull request #1376 from xoviat/patch-2
[appveyor] fix test directory
8 years ago
xoviat
7fce11a5b8
[appveyor] fix test directory
8 years ago
Martin Kroeker
c40f01ccea
Merge pull request #1375 from xoviat/patch-1
[appveyor] Use out-of-tree build and cache
8 years ago
xoviat
c567e34e6b
[appveyor] fix syntax
8 years ago
xoviat
c917278d23
[appveyor] Use out-of-tree build and cache
8 years ago
Martin Kroeker
0639ed1258
Merge pull request #1373 from mc10/patch-1
README: Use the SVG Travis badge
8 years ago
Kevin Ji
f017e169dc
README: Use the SVG Travis badge
8 years ago
Martin Kroeker
7e860acd38
Correct zgeadd_k prototype
8 years ago
Martin Kroeker
db00a51e6b
Merge pull request #1371 from martin-frbg/develop
Add trivially optimized DSDOT for POWER8
8 years ago
martin
7a4b3cfbf8
Add trivially optimized DSDOT for POWER8
8 years ago
Martin Kroeker
6c77b5f267
Merge pull request #1369 from martin-frbg/dsdot
Add optimized dsdot to all other x86_64 kernels that use sdot.c
8 years ago
Martin Kroeker
d8b3c3c7db
Merge pull request #1368 from brada4/develop
Eliminate warnings
8 years ago
Martin Kroeker
beb18492fd
Merge pull request #1366 from martin-frbg/develop
Update LAPACK to 3.8.0
8 years ago
Andrew
441a9c8385
more dead increments clang4 scan-build deadcode.deadstores
8 years ago
Andrew
1236dbe5a6
Eliminate 2-8 dead increments code
8 years ago
Andrew
ef95cd471f
elminate unread variable, after reiteration 3 of them (clang4)
8 years ago
Martin Kroeker
c92cd6d162
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
cae5d9a20b
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
3d891c3106
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
4fbdcfa823
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
1bb6a96ebc
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
6bd163f37a
Add trivially optimized dsdot based on sdot
8 years ago
Martin Kroeker
f0333333d1
Add trivially optimized dsdot based on sdot
8 years ago