cubecl-matmul 0.8.1

CubeCL Matrix Multiplication Kernels Engine
Documentation
1
2
3
4
5
6
7
mod config;
mod matmul;
mod reader;
mod setup;
mod writer;

pub use matmul::*;