cubecl-server 0.11.0-pre.4

Toolkit for implementing a CubeCL runtime: memory pools, streams, drivers and the compilation pipeline.
Documentation
1
2
3
4
5
mod policy;
mod queue;

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