singe-cublas 0.1.0-alpha.5

Safe Rust wrappers for the NVIDIA cuBLAS dense linear algebra library (with cuBLASLt).
Documentation
1
2
3
4
5
//! Low-level BLAS operation mirrors.

pub mod level1;
pub mod level2;
pub mod level3;