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

Do not include cblas.h #489

Merged
merged 9 commits into from
May 7, 2022
Merged

Do not include cblas.h #489

merged 9 commits into from
May 7, 2022

Conversation

garth-wells
Copy link
Member

cblas.h is not included with MKL. With MKL it has a different name, and CMake does't report which BLAS library has been found.

This change declares the BLAS prototype directly. Only one BLAS functions is used.

@garth-wells garth-wells merged commit 277cdd5 into main May 7, 2022
@garth-wells garth-wells deleted the igor/remove-blas branch May 7, 2022 15:08
jhale pushed a commit that referenced this pull request May 14, 2022
* remove blas for now

* Blas fix

* Tidy up

* Simplification

* Fix int type

* Remove Redhat CI path variable

* Test with BLAS for all dgemm.

* Revert testing change

Co-authored-by: IgorBaratta <igorbaratta@gmail.com>
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