cubek-matmul 0.2.0

CubeK: Matrix Multiplication Kernels
Documentation
1
2
3
4
5
6
7
pub mod batch;
pub mod global;
pub mod stage;
pub mod tile;

// Internal-only — external crates import this directly from cubek-std.
pub(crate) use cubek_std::CubeDimResource;