OpenBLAS 安装与使用

安装

git clone https://github.com/xianyi/OpenBLAS.git
cd OpenBLAS
make
make install PREFIX=your_installation_directory

使用

gcc -o test test.c -I /your_path/OpenBLAS/include/ -L/your_path/OpenBLAS/lib -lopenblas
posted @ 2019-12-30 23:25  2021年的顺遂平安君  阅读(201)  评论(0编辑  收藏  举报