Cargo Features
[dependencies]
cubecl-opt = { version = "0.5.0", default-features = false, features = ["std"] }
- default = std
-
These default features are set whenever
cubecl-opt
is added without
somewhere in the dependency tree.default-features = false Enables cubecl-common and cubecl-ir
- std default
-
Enables std of cubecl-common
cubecl-opt has 2 features without comments.