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

Enables cubecl-common and cubecl-core

std default

Enables std of cubecl-common and cubecl-core

cubecl-opt has 2 features without comments.