Commit Graph

7433 Commits

Author SHA1 Message Date
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
Martin Kroeker 2bbd61950e
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827) 2023-05-18 23:35:57 +02:00
Martin Kroeker 941a34bb96
Merge pull request #4046 from martin-frbg/lapack795
Extend LAPACK tests for error exit sysv/sytd2/gehd2 (Reference-LAPACK PR 795)
2023-05-18 21:55:05 +02:00
Martin Kroeker ca1791cfeb
Extend tests for error exit sysv/sytd2/gehd2 (Reference-LAPACK PR 795) 2023-05-18 17:35:00 +02:00
Martin Kroeker 0c38ebd599
Extend tests for error exit sysv/sytd2/gehd2 (Reference-LAPACK PR 795) 2023-05-18 17:31:55 +02:00
Martin Kroeker be05ba4374
Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) (#4045)
* Fix typos in comments and documentation (Reference-LAPACK PR 820)
2023-05-18 16:28:20 +02:00
Martin Kroeker 9f2233bfdf
Merge pull request #4044 from martin-frbg/lapack814
Fix typos in comments of LAPACK sources (Reference-LAPACK PR 814)
2023-05-17 16:16:21 +02:00
Martin Kroeker 47715b5726
Fix typos in comments (Reference-LAPACK PR 814) 2023-05-17 14:36:21 +02:00
Martin Kroeker b01894adcb
Fix typos in comments (Reference-LAPACK PR 814) 2023-05-17 14:35:13 +02:00
Martin Kroeker a82c1443db
Fix typos in comments (Reference-LAPACK PR 814) 2023-05-17 14:33:46 +02:00
Martin Kroeker 617e8bcfe7
Merge pull request #4043 from martin-frbg/lapack809-811-812
Fix typos in LAPACK comments (Reference-LAPACK PRs 809,811,812)
2023-05-17 06:38:11 +02:00
Martin Kroeker 5fbd5f531b
Fix typo in description of VR argument (Reference-LAPACK 812) 2023-05-16 20:05:05 +02:00
Martin Kroeker 02efa8d6be
Fix typos in comments (Reference-LAPACK 811) 2023-05-16 20:01:47 +02:00
Martin Kroeker c5f7e46526
Fix typos and errors in comments (Reference-LAPACK 809) 2023-05-16 19:54:42 +02:00
Martin Kroeker 86f48997c7
CirrusCI: Add Neoverse build with OpenMP (#4042)
* Add Neoverse build with OpenMP
2023-05-16 12:01:50 +02:00
Martin Kroeker e2779c852f
Do not build the tests when only the CBLAS interface is selected (#4041)
* Do not build the tests when only the CBLAS interface is selected
2023-05-15 20:49:56 +02:00
Martin Kroeker ccad94162a
Merge pull request #4039 from klho/develop
Bug fix and improvements for [z]imatcopy interface.
2023-05-14 10:51:24 +02:00
Ken Ho df1b1f6a91 More detailed error message in [z]imatcopy.c. 2023-05-12 09:41:52 -07:00
Ken Ho 7a86c437b5 Change some "if" statements to "else if" following suggestion by @mmuetzel. 2023-05-10 09:13:04 -07:00
Ken Ho 33ab415f68 Bug fix and improvements for [z]imatcopy interface. 2023-05-08 14:43:56 -07:00