Cargo Features
[dependencies]
cubecl-opt = { version = "0.3.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-core
- std default
-
Enables std of cubecl-common and cubecl-core
cubecl-opt has 2 features without comments.