Cargo Features
[dependencies]
cubecl-linalg = { version = "0.3.0", default-features = false, features = ["std", "export_tests"] }
- default = std
-
These default features are set whenever
cubecl-linalg
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
-
Affects
matmul::tests
…
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.