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
somewhere in the dependency tree.default-features = false Enables cubecl
- std default
- 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.