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

Compiling numpy against qmkl6 #19

Open
Hamidreza-Ramezani opened this issue May 5, 2022 · 1 comment
Open

Compiling numpy against qmkl6 #19

Hamidreza-Ramezani opened this issue May 5, 2022 · 1 comment

Comments

@Hamidreza-Ramezani
Copy link

Hamidreza-Ramezani commented May 5, 2022

Hello,

I would like to build numpy and use qmkl6 as its blas. I used this, and added the following lines to a config file in numpy repo:

[qmkl6]
library_dirs = /home/ubuntu/qmkl6/_CPack_Packages/Linux/DEB/qmkl6-0.0.0-Linux/usr/lib/aarch64-linux-gnu
include_dirs = /home/ubuntu/qmkl6/_CPack_Packages/Linux/DEB/qmkl6-0.0.0-Linux/usr/include
libraries = qmkl6

But, numpy couldn't link to qmkl6. I was wondering if you can add some instructions into your readme that shows how to install a library like numpy against qmkl6?

@notogawa
Copy link
Contributor

notogawa commented May 5, 2022

We have never tried to use qmkl6 as numpy backend before.

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

No branches or pull requests

2 participants