cubecl_convolution/kernels/
mod.rs

1/// The layered matmul combines multiple component-based algorithm implementations with selection logic to pick the optimal kernel for a set of parameters.
2pub mod layered;