Martin Kroeker
5759f905f2
Merge pull request #4077 from XiWeiGu/loongarch64_abi
...
LoongArch64: Add ABI detection for loongarch64
2023-06-14 11:35:12 +02:00
Martin Kroeker
db3366f503
Merge pull request #4071 from martin-frbg/fix4010
...
Drop extraneous escaping in the basename call
2023-06-13 20:59:27 +02:00
Martin Kroeker
ff618ac475
Rework removal of compiler options
2023-06-13 19:16:06 +02:00
Martin Kroeker
00057f416f
Merge pull request #4081 from mikejuliet13/12jun3
...
POWER10: Fix compiler warnings
2023-06-12 16:51:08 +02:00
Manjul Mohan
58b88aa5f0
POWER10: Fix compiler warnings
...
This patch removes the warning messages related to unused variables in
sbgemm_kernel_power10.c.
Signed-off-by: Manjul Mohan <manjul@linux.vnet.ibm.com>
2023-06-12 01:08:59 -04:00
Martin Kroeker
0f41a4664f
Merge pull request #4079 from martin-frbg/gitign
...
Gitignore: Ignore LAPACK's la_constants.mod
2023-06-10 15:19:07 +02:00
Martin Kroeker
ee80dd8371
Ignore LAPACK's la_constants.mod
2023-06-10 00:40:47 +02:00
Martin Kroeker
95a584e252
Merge pull request #4078 from martin-frbg/nv_cmake
...
Add support for NVIDIA HPC (nvc,pgf95) in CMAKE builds
2023-06-09 20:40:59 +02:00
Martin Kroeker
d2144b2981
Add NVHPC
2023-06-09 19:01:15 +02:00
Martin Kroeker
f8c8b22740
Add NVHPC(pgf95)
2023-06-09 18:58:52 +02:00
Martin Kroeker
2993a73262
Add NVHPC(nvc)
2023-06-09 18:56:13 +02:00
gxw
67d1e72e8b
LoongArch64: Add ABI detection for loongarch64
...
If lp64d ABI is supported, it is used; otherwise,
it falls back to the lp64 ABI.
2023-06-08 20:25:35 +08:00
Martin Kroeker
5a4fac1376
Merge pull request #4075 from martin-frbg/issue4072
...
Treat f95 as gfortran in CMAKE builds
2023-06-06 14:53:35 +02:00
Martin Kroeker
f981e37dda
Treat f95 as gfortran
2023-06-05 20:34:31 +02:00
Martin Kroeker
b1f6d90a11
Drop extraneous escaping in the basename call
2023-06-03 23:21:39 +02:00
Martin Kroeker
23693f09a2
Merge pull request #4062 from angsch/develop
...
Improve input argument checks of gemmt
2023-05-31 19:56:51 +02:00
Martin Kroeker
11d867731a
Add Apple m1/iphoneos (cross)build in Cirrus CI ( #4052 )
...
* Add Apple m1/iphoneos (cross)build
2023-05-31 19:35:16 +02:00
Martin Kroeker
ef80dbfdb3
Merge pull request #4068 from martin-frbg/lapack832
...
Remove unused variable SMIN from ?BDSQR (Reference-LAPACK PR 832)
2023-05-31 14:08:17 +02:00
Martin Kroeker
92720c2f1e
Remove unused variable SMIN (Reference-LAPACK 832)
2023-05-31 11:33:32 +02:00
Martin Kroeker
d4c6934f1a
Merge pull request #4067 from martin-frbg/lapack836
...
Fix potential segfault in LAPACKE S/DGEESX (Reference-LAPACK PR 836)
2023-05-31 10:30:46 +02:00
Martin Kroeker
a757e1486f
Fix potential segfault from not allocating work array (Reference-LAPACK 836)
2023-05-31 08:44:20 +02:00
Angelika Schwarz
899c3a6f6a
Improve input argument checks of gemmt
...
* Fix return value for invalid info
* Add missing checks for ldA, ldB
* Use reference-LAPACK like checks (ie ld=0,nrows=0 is invalid)
2023-05-26 08:51:27 +02:00
Martin Kroeker
df88536d1c
Merge pull request #4061 from martin-frbg/xbuild-workflow
...
CI: run apt-get update before fetching cross-compilers in gh workflow
2023-05-25 16:50:51 +02:00
Martin Kroeker
eb1aa6d9cd
Merge pull request #4060 from martin-frbg/lapack837
...
Add quick return from SLARUV/DLARUV for N < 1 (Reference-LAPACK PR 837)
2023-05-25 16:00:25 +02:00
Martin Kroeker
e09055330e
run apt-get update before fetching cross-compilers
2023-05-25 14:14:17 +02:00
Martin Kroeker
447368783a
Add quick return for N < 1 (Reference-LAPACK PR 837)
2023-05-25 13:06:15 +02:00
Martin Kroeker
7796068930
Merge pull request #4059 from martin-frbg/lapack831
...
Update brief function descriptions in ?GEGS/?GEGV (Reference-LAPACK PR 831)
2023-05-25 12:01:22 +02:00
Martin Kroeker
490ce5199b
Update brief description of function purpose (Reference-LAPACK 831)
2023-05-25 10:22:24 +02:00
Martin Kroeker
e728744bd6
Add comments on handling of zero-sized B matrix in ?GELSY (Reference-LAPACK PR 833) ( #4056 )
...
* Add comment related to zero-sized matrix B
2023-05-24 22:30:45 +02:00
Martin Kroeker
188889b3ee
Merge pull request #4055 from martin-frbg/lapack830
...
Fix scaling in LAPACK STGSNA/DTGSNA (Reference-LAPACK PR 830)
2023-05-24 20:52:02 +02:00
Martin Kroeker
912bfd9bfb
fix scaling (Reference-LAPACK PR 830)
2023-05-24 16:52:56 +02:00
Martin Kroeker
e2f4adfc60
fix scaling (Reference-LAPACK PR 830)
2023-05-24 16:51:14 +02:00
Martin Kroeker
2bca1970db
Merge pull request #4053 from martin-frbg/lapack768
...
Fix segfault on running lapacke_?geqrt with row major data (Reference-LAPACK PR 768)
2023-05-24 14:53:30 +02:00
Martin Kroeker
0d72705adc
fix segfault when executing with row major (Reference-LAPACK 768)
2023-05-24 11:41:28 +02:00
Martin Kroeker
abbc387145
fix segfault when executing with row major
2023-05-24 11:40:25 +02:00
Martin Kroeker
b0a72586a3
fix segfault when executing with row major
2023-05-24 11:39:20 +02:00
Martin Kroeker
c0da3af13b
Fix segfault when executing with row major
2023-05-24 11:37:32 +02:00
Honglin Zhu
71e4125795
Fix syscall error on non-x86 platform
2023-05-22 21:59:59 +08:00
Honglin Zhu
9e80a194d6
Fix dynamic_list build and gcc version check error
2023-05-21 19:52:58 +08:00
Honglin Zhu
d96d386d13
Add CMake dynamic build for Sapphire Rapids
2023-05-20 14:13:49 +08:00
Honglin Zhu
a76afdc047
Compatible with older version of GNU make
2023-05-20 13:58:23 +08:00
Martin Kroeker
88c205c958
Merge pull request #4047 from martin-frbg/lapack827
...
Add LAPACKE interfaces for [CZ]UNHR_COL and [SD]ORHR_COL (Reference-LAPACK PR 827)
2023-05-19 07:21:22 +02:00
Honglin Zhu
90f041e348
Invoke the syscall to allow the use of amx tiles
2023-05-19 10:48:18 +08:00
Honglin Zhu
0b83088887
spr dynamic arch support
2023-05-19 10:48:18 +08:00
Honglin Zhu
f249ccb741
Fix spr sbgemm error
2023-05-19 10:48:18 +08:00
Martin Kroeker
a789211a2e
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2023-05-18 23:56:27 +02:00
Martin Kroeker
58ac660d07
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2023-05-18 23:52:07 +02:00
Martin Kroeker
2182cc0ff5
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2023-05-18 23:48:21 +02:00
Martin Kroeker
4f10899f5a
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2023-05-18 23:43:18 +02:00
Martin Kroeker
bc967e7709
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2023-05-18 23:41:46 +02:00