Cargo Features

[dependencies]
cubecl-runtime = { version = "0.4.0", default-features = false, features = ["std", "channel-cell", "channel-mpsc", "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 default-features = false somewhere in the dependency tree.

Enables cubecl-common

std default

Enables std of cubecl-common

Affects debug::DebugFileLogger

channel-cell default
channel-mpsc default

Affects cubecl-runtime::tune

channel-mutex default
exclusive-memory-only
storage-bytes default