Cargo Features

[dependencies]
cubecl-hip = { version = "0.4.0", default-features = false, features = ["std", "wmma-intrinsics", "is_hip"] }
default = is_hip

These default features are set whenever cubecl-hip is added without default-features = false somewhere in the dependency tree.

Enables cubecl-common, cubecl-core, and cubecl-runtime

std

Enables std of cubecl-common, cubecl-core, and cubecl-runtime

wmma-intrinsics
is_hip default

cubecl-hip has 4 features without comments.