| Crates.io | coral-blas |
| lib.rs | coral-blas |
| version | 0.3.2 |
| created_at | 2025-11-01 05:08:19.665777+00 |
| updated_at | 2025-11-25 09:09:02.530471+00 |
| description | a pure-rust safe blas implementation |
| homepage | |
| repository | https://github.com/devdeliw/coral/tree/main/coral-safe |
| max_upload_size | |
| id | 1911699 |
| size | 297,715 |
Core Rust Architecture for Linear Algebra. This is a pure-Rust implementation of BLAS routines
that is fully safe, and uses portable-simd; it's applicable for all architectures and has no
dependencies.
coral uses a more idiomatic, modern API to be fully-safe. However, an unsafe fortran77 wrapper conforming
to the legacy BLAS API is also provided.
Only single-precision routines are implemented, and it needs nightly.
Here are some benchmarks.