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
mod base;

pub use base::*;

/// Re-entrant locking primitives, available in std environments.
#[cfg(feature = "std")]
pub mod reentrant;