Chip-Kerchner
|
2d0b233425
|
Fix missing parens.
|
2 years ago |
Chip-Kerchner
|
a8c90eb3ed
|
Added cpu_is
|
2 years ago |
Chip-Kerchner
|
b677d0d5fd
|
Adding missing endif
|
2 years ago |
Chip-Kerchner
|
e5dc376912
|
Remove duplicate defines.
|
2 years ago |
Chip-Kerchner
|
10210748de
|
Revert PGI changes.
|
2 years ago |
Chip-Kerchner
|
a922a07e61
|
Cleanup white spaces.
|
2 years ago |
Chip-Kerchner
|
12130ee961
|
Remove tab.
|
2 years ago |
Chip-Kerchner
|
eb738d9929
|
Minor changes.
|
2 years ago |
Chip-Kerchner
|
48da98b2a7
|
Merge remote-tracking branch 'origin/develop' into XLC-AIX
|
2 years ago |
Chip-Kerchner
|
3b1150fcee
|
Fix CPU identification to work on AIX.
|
2 years ago |
Martin Kroeker
|
6287a23fc5
|
Merge pull request #4246 from martin-frbg/issue4241
Improve function prototypes to fix strict-prototype warnings
|
2 years ago |
Martin Kroeker
|
90f890ee67
|
fix improper function prototypes (empty parentheses) (USE_TLS branch)
|
2 years ago |
Martin Kroeker
|
cf2174fb69
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
2dba455d2e
|
revert accidental changes
|
2 years ago |
Martin Kroeker
|
60ff5872af
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
1d4aa8d7d5
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
f4f31fb53b
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
cd8ac192a9
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
675cd551da
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
13ba4edf43
|
fix function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
c6b1d8e7a3
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
c4bd4a2e5d
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
ccbb91e4a7
|
fix improper function prototypes (empty parentheses)
|
2 years ago |
Martin Kroeker
|
189627709e
|
Merge pull request #4244 from XiWeiGu/loongarch64_fixed_dynamic_arch
Loongarch64 fixed dynamic arch
|
2 years ago |
Martin Kroeker
|
5ac0ec70a1
|
Merge pull request #4245 from RajalakshmiSR/xlf_fix
powerpc: Fix build errors with xlf
|
2 years ago |
Rajalakshmi Srinivasaraghavan
|
a11e1e10f4
|
powerpc: Fix build errors with xlf
This patch fixes errors when using xlf as fortran compiler on Linux.
Tested with gcc/xlf and clang/xlf compiler combinations.
|
2 years ago |
Chip-Kerchner
|
a69367c43b
|
Fix Makefile.system for OpenXL.
|
2 years ago |
Chip-Kerchner
|
a92dc25fb3
|
Fix Makefile.power for xlf
|
2 years ago |
gxw
|
211bb35dee
|
gh-actions: Adding DYNAMIC_ARCH test for LoongArch64
|
2 years ago |
gxw
|
d15e0a055c
|
LoongArch64: Fixed compilation issues when enable DYNAMIC_ARCH
|
2 years ago |
Martin Kroeker
|
e2ca22f8d8
|
Merge pull request #4242 from XiWeiGu/loongarch64_dtrsm
LoongArch64: Add dtrsm kernel
|
2 years ago |
gxw
|
4670eb1462
|
LoongArch64: Add dtrsm kernel
|
2 years ago |
Martin Kroeker
|
138ed79fe7
|
Merge pull request #4238 from martin-frbg/issue4237
Fix building on POWER with IBM XLF 16.1.1
|
2 years ago |
Martin Kroeker
|
2a9981a244
|
Add -lgomp when IBM xlf is combined with gcc in OPENMP builds
|
2 years ago |
Martin Kroeker
|
7a96908d0c
|
Add -lgomp when IBM xlf is combined with gcc in OPENMP builds
|
2 years ago |
Martin Kroeker
|
4de963dc17
|
Enforce trailing underscores on symbols when IBM xlf is combined with gcc
|
2 years ago |
Martin Kroeker
|
8012afcabb
|
Avoid using some gcc-specific flags with IBM xlf
|
2 years ago |
Martin Kroeker
|
bb47183222
|
Force -qextname for trailing underscore generation when IBM xlf is used with gcc
|
2 years ago |
Martin Kroeker
|
b926e70ebd
|
Fix typo in build rule of "profiled" sbgemm
|
2 years ago |
Martin Kroeker
|
2390e0bfbc
|
Quote the BU (underscore) option as it may not be set
|
2 years ago |
Martin Kroeker
|
44e6e5479b
|
Use the C compiler for the C SBGEMM test source
|
2 years ago |
Martin Kroeker
|
48b1b7cbc9
|
Merge pull request #4233 from martin-frbg/issue4216
Fix handling of additional buffer structures in case of overflow
|
2 years ago |
Martin Kroeker
|
bb90b6dfcd
|
Merge pull request #4157 from steppi/cirun
Set up arm64 graviton CI using cirun
|
2 years ago |
Martin Kroeker
|
7e939fb831
|
Fix handling of additional buffer structures in case of overflow
|
2 years ago |
Martin Kroeker
|
bb2f1ec3b0
|
Merge pull request #4222 from dev-zero/bugfix/correct-thread-warning
memory: show correct number of max threads
|
2 years ago |
Martin Kroeker
|
466e6115d3
|
Merge pull request #4230 from martin-frbg/lapack907
Increase work array size in S/DTGEX2 to avoid overflow (Reference-LAPACK PR 907)
|
2 years ago |
Martin Kroeker
|
1285b53e39
|
Make IWORK array larger to avoid overflow
|
2 years ago |
Martin Kroeker
|
7779bb6fb1
|
Make IWORK array larger to avoid overflow
|
2 years ago |
Martin Kroeker
|
0606102460
|
Merge pull request #4229 from martin-frbg/issue4228
Add la_constants.o to SCLAUX/DZLAUX in LAPACK Makefile
|
2 years ago |
Martin Kroeker
|
fb97cc4d5e
|
Add la_constants.o to SCLAUX/DZLAUX
|
2 years ago |