Cargo Features
[dependencies]
cubecl-cuda = { version = "0.5.0", default-features = false, features = ["std", "compilation-cache"] }
- default = std
-
These default features are set whenever
cubecl-cuda
is added without
somewhere in the dependency tree.default-features = false Enables cubecl-common, cubecl-core, and cubecl-runtime, cuda-12050 of cudarc ^0.13.9
- std default
-
Enables std of cubecl-common, cubecl-core, and cubecl-runtime
- compilation-cache
-
Enables cache of cubecl-common
cubecl-cuda has 3 features without comments.