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-cudais added withoutsomewhere in the dependency tree.default-features = false 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.