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
Andrew
e14d50d86e
eliminate Wunused-const gcc7 warning
8 years ago
Andrew
e89b979b2c
fix spurious compiler warning fix (no code change)
8 years ago
Andrew
7e9b29b9b8
fix spurious compiler warning (no code change)
8 years ago
martin
5056a044b2
fix location of lapacke_nancheck
8 years ago
martin
4054d32def
update cmake files
8 years ago
martin
2d52f0f4c3
update cmakefiles for lapack 3.8.0
8 years ago
martin
3be5c3d343
Update LAPACK to 3.8.0
8 years ago
Martin Kroeker
b18730f9e1
Merge pull request #1365 from xoviat/patch-1
[appveyor] use cmake from conda forge
8 years ago
xoviat
be9e63c021
[appveyor] use cmake from conda forge
8 years ago
Martin Kroeker
21844238ca
Merge pull request #1364 from martin-frbg/shmem-init
Handle shmem init failures in cpu affinity setup code
8 years ago
Martin Kroeker
07e7c36dac
Handle shmem init failures in cpu affinity setup code
Failures to obtain or attach shared memory segments would lead to an exit without explanation of the exact cause.
This change introduces a more verbose error message and tries to make the code continue without setting cpu affinity.
Fixes #1351
8 years ago
Martin Kroeker
9251a2efde
Merge pull request #1359 from brada4/develop
Eliminate mode variable where not needed in syrk interface
8 years ago