cubek-matmul 0.2.0

CubeK: Matrix Multiplication Kernels
Documentation
1
2
3
4
5
6
7
mod config;
mod matmul;
mod setup;

pub use config::*;
pub use matmul::*;
pub use setup::*;