cubecl-core 0.8.1

CubeCL core create
Documentation
1
2
3
4
5
6
7
mod builder;
mod kernel;
mod launcher;

pub use builder::*;
pub use kernel::*;
pub use launcher::*;