Cargo Features

[dependencies]
burn-rocm = { version = "0.17.0", default-features = false, features = ["std", "fusion", "autotune", "compilation-cache", "doc"] }
default = fusion

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

Enables burn-cubecl and cubecl

std

Enables std of burn-cubecl and cubecl

fusion default = burn-fusion

Enables fusion of burn-cubecl

Affects burn-rocm::Rocm

autotune

Enables autotune of burn-cubecl

compilation-cache

Enables compilation-cache of cubecl

doc

Enables doc of burn-cubecl

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

burn-fusion fusion