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

use lapacke symbols in openblas if available #21

Merged
merged 2 commits into from
Nov 30, 2023
Merged

Conversation

jaredmales
Copy link
Member

OpenBLAS normally provides lapacke symbols, and when true installing a separate liblapacke is not necessary and may degrade performance since OpenBLAS has its own optimizations.

The ubuntu-packaged OpenBLAS does NOT, however, provide lapacke.

This handles both cases.

OpenBLAS normally provides lapacke symbols, and when true installing a separate liblapacke is not necessary and may degrade performance since OpenBLAS has its own optimizations.

The ubuntu-packaged OpenBLAS does NOT, however, provide lapacke.

This handles both cases.
@DasVinch DasVinch closed this Nov 30, 2023
@DasVinch DasVinch reopened this Nov 30, 2023
@DasVinch DasVinch merged commit 64b229c into dev Nov 30, 2023
3 of 4 checks passed
@DasVinch DasVinch deleted the jaredmales-patch-1 branch November 30, 2023 10:22
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.

2 participants