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
10
11
12
13
14
15
pub(crate) mod default_controller;
#[cfg(feature = "std")]
pub(crate) mod file;
#[cfg(feature = "shared-bytes")]
mod shared;
mod shared_arc;

mod access;
mod base;

pub use access::*;
pub use base::*;
#[cfg(feature = "shared-bytes")]
pub use shared::SharedBytesAllocationController;
pub use shared_arc::SharedAllocationController;