#open-blas #blas-lapack #build #provider #static-openblas #system-openblas

sys openblas-blas-provider

使用 OpenBLAS 实现的 BLAS/LAPACK 提供程序

5 个版本

使用旧 Rust 2015

0.0.5 2015 年 4 月 5 日
0.0.4 2015 年 4 月 2 日
0.0.3 2015 年 3 月 26 日
0.0.2 2015 年 3 月 22 日
0.0.1 2015 年 3 月 16 日

#693 in 机器学习

BSL-1.0 许可证

81MB
2M SLoC

GNU Style Assembly 1M SLoC // 0.0% comments FORTRAN Legacy 527K SLoC // 0.6% comments C 228K SLoC // 0.3% comments Python 266 SLoC // 0.1% comments Rust 59 SLoC Raku 54 SLoC Shell 17 SLoC // 0.7% comments Bitbake 4 SLoC

openblas-blas-provider

绑定到 OpenBLAS 特定函数,并链接到 OpenBLAS。默认情况下,此包将构建并使用捆绑的 OpenBLAS。构建此包将需要可用的 Fortran 和 C 编译器。此提供程序提供 BLAS 和 LAPACK。

支持两个 Cargo 功能

  • static-openblas:静态链接到 OpenBLAS。
  • system-openblas:不使用捆绑的 OpenBLAS。

所有 FFI 定义在哪里?

待办事项:[https://github.com/stainless-steel/libblas-sys](https://github.com/stainless-steel/libblas-sys)

依赖项