Cargo Features
[dependencies]
cubecl-quant = { version = "0.9.0-pre.5", default-features = false, features = ["std", "export_tests", "kernels"] }
- default = kernels
-
The
kernelsfeature is set by default whenevercubecl-quantis added withoutsomewhere in the dependency tree.default-features = false - std kernels
-
Enables std of optional cubecl-core =0.9.0-pre.5 and optional cubecl-runtime =0.9.0-pre.5
- export_tests
-
Affects
cubecl-quant::tests… - kernels default = cubecl-core, cubecl-runtime, cubecl-std, std
-
Affects
cubecl-quant::dequantize,cubecl-quant::quantize,cubecl-quant::layout…
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.