Martin Kroeker
|
95e2cf32e1
|
Merge pull request #2121 from tylerjereddy/ppc64le-travis
TST: add native POWER8 to CI
|
6 years ago |
Martin Kroeker
|
70cea0b96b
|
Update link to IBM MASS library, update cpu support status
|
6 years ago |
Martin Kroeker
|
ae0dec77ec
|
Merge pull request #2118 from Diazonium/develop
Change two http links to https
|
6 years ago |
Tyler Reddy
|
e47b63466b
|
TST: add native POWER8 to CI
* add native POWER8 testing to
Travis CI matrix with ppc64le
os entry
|
6 years ago |
Zhang Xianyi
|
7d1b468d9d
|
Set up CI with Azure Pipelines
[skip ci]
|
6 years ago |
Martin Kroeker
|
5cabda79d0
|
Merge pull request #2117 from martin-frbg/issue2114
Fix errors in cpu affinity setup with glibc 2.6
|
6 years ago |
Diazonium
|
c516209581
|
Change two http links to https
Closes #2109
|
6 years ago |
Martin Kroeker
|
a6a8cc2b7f
|
Fix errors in cpu enumeration with glibc 2.6
for #2114
|
6 years ago |
Martin Kroeker
|
6a8b4269b5
|
Merge pull request #2111 from martin-frbg/issue1955
Disable the SkyLakeX DGEMMIxCOPY kernels as well
|
6 years ago |
Martin Kroeker
|
b1561ecc68
|
Disable DGEMMINCOPY as well for now
#1955
|
6 years ago |
Martin Kroeker
|
7ed8431527
|
Disable the SkyLakeX DGEMMITCOPY kernel as well
as a stopgap measure for https://github.com/numpy/numpy/issues/13401 as mentioned in #1955
|
6 years ago |
Martin Kroeker
|
a387a23518
|
Merge pull request #2101 from luzpaz/misc-typos
Misc. typo fixes in comments and documentation
|
6 years ago |
luz.paz
|
b46875b76b
|
Revert Changelog.txt typos
|
6 years ago |
luz.paz
|
858e609e1f
|
Revert reference/ fixes
|
6 years ago |
Martin Kroeker
|
3f427c0cf9
|
Merge pull request #2107 from quickwritereader/develop
sgemm/strmm kernel for power9
|
6 years ago |
Martin Kroeker
|
c95317158f
|
Merge pull request #2105 from martin-frbg/issue2104
Correct argument of CPU_ISSET for glibc <2.5
|
6 years ago |
AbdelRauf
|
47f892198c
|
conflict resolve
|
6 years ago |
Martin Kroeker
|
b43c8382c8
|
Correct argument of CPU_ISSET for glibc <2.5
fixes #2104
|
6 years ago |
luz.paz
|
daf2fec12d
|
Misc. typo fixes
Found via `codespell -q 3 -w -L ith,als,dum,nd,amin,nto,wis,ba -S ./relapack,./kernel,./lapack-netlib`
|
6 years ago |
Martin Kroeker
|
4f8143b098
|
Increment version to 0.3.7.dev
|
6 years ago |
Martin Kroeker
|
bfeb9c16b0
|
Increment version to 0.3.7.dev
|
6 years ago |
Martin Kroeker
|
97d5034ed3
|
Merge branch 'release-0.3.0' into develop
|
6 years ago |
Martin Kroeker
|
9763f872fc
|
Update Changelog with changes from 0.3.6
|
6 years ago |
AbdelRauf
|
628b335e83
|
Merge branch 'develop' of https://github.com/quickwritereader/OpenBLAS into develop
|
6 years ago |
AbdelRauf
|
0f105dd8a5
|
sgemm/strmm
|
6 years ago |
Martin Kroeker
|
9c4edd38f2
|
Merge pull request #2099 from martin-frbg/rela-gbtrf
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
|
6 years ago |
Martin Kroeker
|
1036299da0
|
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
due to crashes in LAPACK tests
|
6 years ago |
Martin Kroeker
|
5b0398186e
|
Merge pull request #2098 from martin-frbg/rela-malloc
Disable reallocation of work array in ReLAPACK xSYTRF
|
6 years ago |
Martin Kroeker
|
452859f4e1
|
Merge pull request #2097 from martin-frbg/rela-getrf
Correct INFO=4 condition in ReLAPACK xGETRF
|
6 years ago |
Martin Kroeker
|
2cd463eabd
|
Disable reallocation of work array in xSYTRF
as it appears to cause memory management problems (seen in the LAPACK tests)
|
6 years ago |
Martin Kroeker
|
11530b76f7
|
Correct INFO=4 condition
|
6 years ago |
Martin Kroeker
|
91943b7325
|
Merge pull request #2096 from martin-frbg/eig-testing
Avoid out-of-bounds accesses in LAPACK EIG tests
|
6 years ago |
Martin Kroeker
|
268c28db7d
|
Merge pull request #2095 from martin-frbg/trsm
Correct length of name string in xerbla call
|
6 years ago |
Martin Kroeker
|
2aad88d5b9
|
Avoid out-of-bounds accesses in LAPACK EIG tests
see https://github.com/Reference-LAPACK/lapack/issues/333
|
6 years ago |
Martin Kroeker
|
0bd956fd21
|
Correct length of name string in xerbla call
|
6 years ago |
Martin Kroeker
|
bbd9d98664
|
Merge pull request #2094 from martin-frbg/issue2066
Fix ReLAPACK integration problems
|
6 years ago |
Martin Kroeker
|
798c448b0c
|
Add support for INTERFACE64 and fix XERBLA calls
1. Replaced all instances of "int" with "blasint"
2. Added string length as "hidden" third parameter in calls to fortran XERBLA
|
6 years ago |
Martin Kroeker
|
9a19616a28
|
Support INTERFACE64=1
|
6 years ago |
Martin Kroeker
|
6b41eb9c0c
|
Merge pull request #2092 from jeffbaylor/snprintf_with_MSC_VER
snprintf define consolidated to common.h
|
6 years ago |
Martin Kroeker
|
ccfb7ead15
|
Merge pull request #2072 from martin-frbg/sum
Add (C)BLAS extension ?sum
|
6 years ago |
Jeff Baylor
|
40e53e52d6
|
snprintf define consolidated to common.h
|
6 years ago |
Martin Kroeker
|
744779d335
|
Merge pull request #2084 from RashmicaG/develop
Add in runtime CPU detection for POWER.
|
6 years ago |
Rashmica Gupta
|
bcdf1d4917
|
Add in runtime CPU detection for POWER.
|
6 years ago |
Martin Kroeker
|
e06b8438b4
|
Merge pull request #2080 from martin-frbg/issue2075
Add -lm and disable EXPRECISION support on *BSD
|
6 years ago |
Martin Kroeker
|
9229d6859b
|
Add -lm and disable EXPRECISION support on *BSD
fixes #2075
|
6 years ago |
Martin Kroeker
|
21d146a8de
|
Add declarations for ?sum
|
6 years ago |
Martin Kroeker
|
7f4e36d219
|
Merge pull request #2073 from martin-frbg/issue2056-2
Detect 32bit environment on 64bit ARM hardware
|
6 years ago |
Martin Kroeker
|
c04a729081
|
Add ?sum definitions for generic kernel
|
6 years ago |
Martin Kroeker
|
100d94f94e
|
Add ?sum
|
6 years ago |
Martin Kroeker
|
d17da6c6a4
|
Add cmake defaults for ?sum kernels
|
6 years ago |