Cargo Features
cubecl-core has no features set by default.
[dependencies]
cubecl-core = { version = "0.3.0", features = ["std", "export_tests", "template"] }
- default
-
These default features are set whenever
cubecl-core
is added without
somewhere in the dependency tree.default-features = false Enables cubecl-runtime
- std
-
Enables std of cubecl-runtime
- export_tests
-
Affects
cubecl-core::runtime_tests
… - template