Cargo Features
[dependencies]
cubecl-attention = { version = "0.9.0-pre.5", default-features = false, features = ["std", "export_tests", "attention_tests_f32", "attention_tests_blackbox_accelerated", "attention_tests_all"] }
- default = std
-
These default features are set whenever
cubecl-attentionis added withoutsomewhere in the dependency tree.default-features = false Enables cubecl-core =0.9.0-pre.5 and cubecl-runtime =0.9.0-pre.5
- std default
-
Enables std of cubecl-core =0.9.0-pre.5 and cubecl-runtime =0.9.0-pre.5
- export_tests = pretty_assertions
-
Affects
cubecl-attention::tests… - attention_tests_f16 attention_tests_f32 attention_tests_all?
- attention_tests_unit attention_tests_blackbox_accelerated attention_tests_all?
- attention_tests_all = attention_tests…accelerated, attention_tests_f16, attention_tests_f32, attention_tests_unit
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.