cubecl-runtime 0.10.0-pre.3

Crate that helps creating high performance async runtimes for CubeCL.
Documentation
1
2
3
4
5
mod policy;
mod queue;

pub use policy::FlushingPolicy;
pub use queue::{Fence, PendingDropQueue};