Cargo Features
[dependencies]
cubecl-spirv = { version = "0.3.0", default-features = false, features = ["std"] }
- default = std
-
These default features are set whenever
cubecl-spirv
is added without
somewhere 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
cubecl-spirv has 2 features without comments.