安装

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

安装

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

相关文章:

  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案