Cargo Features

[dependencies]
cubecl-runtime = { version = "0.2.0", default-features = false, features = ["std", "channel-cell", "channel-mpsc", "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-mutex channel-cell default
channel-mpsc default

Assume std

Enables async-channel and pollster

storage-bytes default