Cargo Features
[dependencies]
cubecl-runtime = { version = "0.5.0", default-features = false, features = ["std", "autotune-checks", "channel-mutex", "exclusive-memory-only", "storage-bytes"] }
- 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
,cubecl-runtime::kernel_timestamps
… - autotune-checks
-
Affects
tune_benchmark::AutotuneOutput.check_equivalence
… - channel-cell channel-mpsc channel-mutex default
- exclusive-memory-only
- storage-bytes default