cubecl-core 0.4.0

CubeCL core create
Documentation
1
2
3
4
5
6
7
8
9
10
mod execution;
mod integrator;
mod metadata;

mod compiler;

pub use compiler::*;
pub use execution::*;
pub use integrator::*;
pub use metadata::*;