Cargo Features

[dependencies]
burn-cubecl-fusion = { version = "0.17.0", default-features = false, features = ["std", "autotune", "autotune-checks", "doc"] }
default doc? = autotune, std

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

Enables cubecl

std default

Enables std of burn-tensor and cubecl

autotune default
autotune-checks

Enables autotune-checks of cubecl

Affects plan::HandleOutputAliasDebugInfo

doc = default