Cargo Features
[dependencies]
cubecl-reduce = { version = "0.4.0", default-features = false, features = ["std", "export_tests"] }
- default = std
-
These default features are set whenever
cubecl-reduce
is added without
somewhere in the dependency tree.default-features = false Enables cubecl-core and cubecl-runtime
- std default
-
Enables std of cubecl-core and cubecl-runtime
- export_tests = pretty_assertions, rand
-
Affects
cubecl-reduce::test
…
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.