Cargo Features

[dependencies]
cubecl-cuda = { version = "0.9.0", default-features = false, features = ["std", "ptx-wmma", "tracing"] }
default = std

These default features are set whenever cubecl-cuda is added without default-features = false somewhere in the dependency tree.

Enables cubecl-common, cubecl-core, and cubecl-runtime

std default

Enables std of cubecl-common, cubecl-core, and cubecl-runtime

ptx-wmma
tracing

Enables tracing, tracing of cubecl-common, cubecl-core, and cubecl-runtime

cubecl-cuda has 4 features without comments.