Cargo Features
[dependencies]
cubecl-runtime = { version = "0.3.0", default-features = false, features = ["channel-cell", "channel-mpsc", "std", "channel-mutex", "exclusive-memory-only", "storage-bytes"] }
- channel-cell default
- channel-mpsc default
-
Assume std
Enables async-channel
- default = channel-cell, channel-mpsc, channel-mutex, std, storage-bytes
-
These default features are set whenever
cubecl-runtime
is added without
somewhere in the dependency tree.default-features = false Enables cubecl-common
- std default
-
Enables std of cubecl-common
Affects
debug::DebugFileLogger
… - channel-mutex default
- exclusive-memory-only
- storage-bytes default