Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable overriding the LAPACK SYMV,SYR,SPMV and SPR implementations #3950

Merged
merged 3 commits into from
Mar 22, 2023
Merged

Re-enable overriding the LAPACK SYMV,SYR,SPMV and SPR implementations #3950

merged 3 commits into from
Mar 22, 2023

Conversation

martin-frbg
Copy link
Collaborator

..in gmake builds - these were removed in #1046 with no explanation other than that Reference-Lapack 3.7.0 had adopted these former extensions. Still a cmake build would keep using the OpenBLAS versions of these functions, which are likely to offer performance advantages over the reference implementation.
fixes the last remaining defect from #3856

@martin-frbg martin-frbg linked an issue Mar 20, 2023 that may be closed by this pull request
@martin-frbg martin-frbg added this to the 0.3.22 milestone Mar 22, 2023
@martin-frbg martin-frbg merged commit e09e494 into OpenMathLib:develop Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZSYTRF yields wrong result when OpenBLAS is built using CMake
1 participant