cubecl-matmul 0.8.1

CubeCL Matrix Multiplication Kernels Engine
Documentation
1
2
3
4
5
#![allow(missing_docs)]

pub mod layered;
pub mod naive;
pub mod test_utils;