Cargo Features

[dependencies]
burn-jit = { version = "0.15.0", default-features = false, features = ["std", "autotune", "export_tests", "fusion", "template", "doc"] }
default doc? = autotune, fusion, std

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

Enables cubecl

std default

Enables std of cubecl

autotune default
export_tests = burn-ndarray, burn-tensor-testgen, fusion, serial_test

Enables export_tests of burn-autodiff and burn-tensor

burn-autodiff:

When exporting tests

Affects burn-jit::tests

fusion default export_tests? = burn-fusion
template

Affects burn-jit::template

doc = default

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
burn-tensor-testgen export_tests?
burn-autodiff export_tests?
burn-ndarray export_tests?
serial_test export_tests?