cubecl-runtime 0.9.0

Crate that helps creating high performance async runtimes for CubeCL.
Documentation
1
2
3
4
5
6
7
8
mod autotune_operations;
mod kernels;
mod operation_sets;

pub use autotune_operations::*;
pub use kernels::*;
#[allow(unused)]
pub use operation_sets::*;