Idein / qmkl6

BLAS library for VideoCore VI QPU (Raspberry Pi 4)
BSD 3-Clause "New" or "Revised" License
66 stars 7 forks source link

Compiling numpy against qmkl6 #19

Open Hamidreza-Ramezani opened 2 years ago

Hamidreza-Ramezani commented 2 years ago

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 commented 2 years ago

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