3 releases (breaking)
new 0.2.0 | Mar 11, 2025 |
---|---|
0.1.0 | Feb 10, 2025 |
0.0.1 | Feb 8, 2025 |
#421 in Science
272 downloads per month
Used in rstsr-openblas
1MB
36K
SLoC
RSTSR sub-project OpenBLAS-FFI
This sub-project is used for generating BLAS FFI for OpenBLAS.
There are already some rust BLAS FFI crates. However, there may be some additional issues to be tackled:
- LP64/ILP64 support,
- Custom suffixes,
- Non-standard BLAS functions,
- OpenBLAS specific utilities,
- For OpenMP or pthread compiled OpenBLAS, we need to add some utilities to both handling parallel and single-threaded.
Not all tasks will be handled currently. We will first try to make OpenBLAS device in RSTSR work.