scirs2-core 0.4.3

Core utilities and common functionality for SciRS2 (scirs2-core)
Documentation
1
2
3
4
5
6
7
8
//! BLAS-like operations for GPU

pub mod axpy;
pub mod gemm;
pub mod gemv;

// Re-export commonly used BLAS kernels
pub use gemv::{BatchGemvKernel, GemvKernel};