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-attention is added without default-features = false somewhere in the dependency tree.

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.

pretty_assertions export_tests?