Commit Graph
3428 Commits
Author SHA1 Message Date
Angelika Schwarz e6a8f4b98d Use dynamic allocation in SYL01 tests 2023-06-17 10:51:33 +02:00
langou a83d8d2821 Merge pull request #846 from mkrainiuk/master
Add Index-64 API as extended API with _64 suffix for CBLAS
2023-06-06 14:54:08 -06:00
Maria Kraynyuk 4c2236a536 Add Index-64 API as extended API with _64 suffix for CBLAS 2023-06-06 10:56:33 -07:00
langou bd77187e75 Merge pull request #849 from jaganmn/gh848
fixes #848
2023-06-05 08:46:48 -06:00
Mikael Jagan 2202db0753 fix misuse of term "minor" 2023-06-05 10:33:54 -04:00
langou 53361bfddd Merge pull request #736 from dbielich/master
Adding Dynamic Mode Decomposition (DMD) into LAPACK
2023-06-05 08:15:11 -06:00
langou cea4a6315c Merge pull request #847 from angsch/master
Improve variants of Cholesky and QR
2023-06-03 10:52:01 -06:00
Angelika Schwarz 65df15e8f5 Remove SCEIL, replace calls with intrinsic CEILING
sceil.f is only referenced in SRC/VARIANTS/qr/LL/.
Replace all occurrences of calls to sceil with
the Fortran intrinsics CEILING, which is already
used by a bunch of other routines.
2023-06-02 18:02:13 +02:00
Angelika Schwarz de83ba6bb9 Fix typos in docs of variants of Cholesky and QR 2023-06-02 17:38:27 +02:00
Daniel Bielich 561e5bdabc Requested changes for typos and convention errors in branch 2023-06-02 07:28:31 -05:00
langou fd82c8710b Merge branch 'master' into master 2023-06-01 10:42:23 -06:00
Weslley S Pereira 59a1772336 (Last?) version of RSCL 2023-06-01 08:22:06 -06:00
Daniel Bielich 8ade5d11d2 Pushing final comments on PR for current progress 2023-05-31 22:51:27 -05:00
langou f86d08bae6 Merge pull request #845 from weslleyspereira/try-better-message-fortran-intrinsic-tests 2023-05-30 12:28:23 -06:00
Weslley S Pereira 35b7a4b5d3 Use a better (more informative) message when we say the compiler intrinsics fail 2023-05-30 11:53:40 -06:00
Weslley S Pereira 9e7c7ae87b Updates the documentation of xGEMV and xGBMV related to when M=0 and N=0 2023-05-26 09:32:11 -06:00
Weslley S. Pereira c8f7bbb0ea Merge pull request #832 from weslleyspereira/fix-243
Removes unused variable from bdsqr
2023-05-26 09:11:24 -06:00
Weslley S Pereira 8b27cefdc9 Apply suggestions from @angsch 2023-05-26 08:46:04 -06:00
langou de2b976093 Merge pull request #836 from weslleyspereira/fix_lapacke_dgeesx
Fix bug in lapacke_[s,d]geesx
2023-05-26 07:19:05 -06:00
Weslley S. Pereira bd82aa0dfc Merge pull request #524 from weslleyspereira/try-github-actions-for-windows
Create GitHub action to test CMake build system on Windows
2023-05-25 10:53:21 -06:00
Weslley S Pereira 88f56cef6d For now, do not run tests on Windows 2023-05-25 10:08:56 -06:00
Weslley S Pereira c8199998a6 In CMake, install BLAS::BLAS and LAPACK::LAPACK 2023-05-25 09:39:49 -06:00
Weslley S Pereira f7b6056501 Test adding unlimited stack size for tests 2023-05-25 09:27:26 -06:00
Weslley S Pereira f37aa33819 Removes -j2 from build flags. Ninja should manage the parallel build 2023-05-24 17:47:41 -06:00
Weslley S Pereira 633440e5d5 Adds tests for windows-latest on cmake.yml 2023-05-24 17:25:42 -06:00
Weslley S Pereira 831ac96880 Adds CRSCL 2023-05-24 16:59:25 -06:00
langou 0c44dd4a6c Merge pull request #837 from weslleyspereira/fix-laruv
Exits xLARUV when N < 1
2023-05-24 16:23:45 -06:00
Weslley S Pereira 8db97d347d Applies changes from @zerothi at #225 2023-05-24 16:19:53 -06:00
langou 24c6a91e8c Merge pull request #830 from weslleyspereira/fix-103
Fix scaling in (S/D)TGSNA, fix #103, thanks to @elivanova
2023-05-24 14:12:58 -06:00
Weslley S Pereira 14bb2a9605 Fix bug in lapacke_[s,d]geesx 2023-05-24 11:09:50 -06:00
langou 971b058eb3 Merge pull request #831 from weslleyspereira/fix-230
update brief descriptions of function purpose, Closes #230
2023-05-24 06:40:07 -06:00
langou 0e91dd38e8 Merge pull request #833 from weslleyspereira/fix-258
Adds comment related to zero-sized matrix B in GELSY
2023-05-24 06:38:47 -06:00
Weslley S. Pereira 9f4b5d27d4 Merge pull request #768 from sbite0138/fix-766
Thanks @sbite0138 !!
2023-05-23 19:04:30 -06:00
Weslley S Pereira b354d10d6f Remove unnecessary transposition of t_t on input 2023-05-23 19:03:16 -06:00
Weslley S Pereira b788b4ad20 Fix comments to close issue #259 2023-05-23 18:45:34 -06:00
Weslley S Pereira f17dc240ef Adds comment related to zero-sized matrix B in GELSY 2023-05-23 18:25:27 -06:00
Weslley S Pereira ae54ebc87c Removes unused SMIN from bdsqr 2023-05-23 18:03:00 -06:00
Weslley S Pereira 48adc215a0 Closes #230 2023-05-23 17:49:53 -06:00
Weslley S Pereira 5db45a2c4e Fix 103 thanks to @elivanova 2023-05-23 14:51:32 -06:00
langou dfad0d5639 Merge pull request #827 from sknepper/fix-726
LAPACKE interfaces for [cz]unhr_col and [sd]orhr_col
2023-05-15 12:49:46 -06:00
Weslley S. Pereira 133e753f9c Merge pull request #829 from gabibguti/master
Reference actions by commit SHA
2023-05-09 12:16:31 -06:00
Gabriela Gutierrez a2e8d06412 Ref actions/checkout by commit SHA in makefile.yml
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
2023-05-09 13:04:18 -03:00
Gabriela Gutierrez 466b9b3ccf Ref actions/checkout by commit SHA in cmake.yml
Signed-off-by: Gabriela Gutierrez <gabigutierrez@google.com>
2023-05-09 13:02:56 -03:00
Knepper, Sarah 3b4587fb0d LAPACKE interfaces for [cz]unhr_col and [sd]orhr_col 2023-05-07 19:39:11 -07:00
Daniel Bielich 59f4d5828b Documentation fix 2023-05-07 16:52:06 -04:00
Daniel Bielich c6c26897d5 Fixes for the integer workspace 2023-05-07 16:47:21 -04:00
Daniel Bielich e798ab29fd Fixing interger workspace allocation 2023-04-18 18:08:06 -04:00
langou 6d6189d1da Merge pull request #822 from nim65s/ci 2023-04-18 15:27:14 -06:00
Daniel Bielich 7e422850f5 Addressing lapacke incorrectness and comments to the PR in general 2023-04-18 14:53:16 -04:00
langou 3c858f714b Merge pull request #821 from nim65s/master
CMake: avoid "make" in blas++ & lapack++
2023-04-18 11:40:32 -06:00