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

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.