cubecl-environment 0.11.0-pre.2

Environment compatibility layer for CubeCL: sync primitives, futures, streams, config and persistence across std, no-std, wasm and tokio
Documentation
1
2
3
4
5
6
7
8
9
mod base;

pub use base::*;

/// Channel types shared across environments.
pub mod channel;

/// Read async data without having to decorate each function with async notation.
pub mod reader;