Cargo Features

[dependencies]
cubecl-hip = { version = "0.9.0", default-features = false, features = ["std", "rocwmma", "tracing"] }
default = std

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 default

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

rocwmma
tracing

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

cubecl-hip has 4 features without comments.