Created
February 13, 2024 14:00
-
-
Save lseongjoo/aee8d898d0bd0d8da610f7191d648e8d to your computer and use it in GitHub Desktop.
BLIS build for numpy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./configure --enable-cblas --enable-threading=openmp auto | |
make | |
make check | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--enable-cblas
is a must for numpy link.