Cargo Features

[dependencies]
cubek-attention = { version = "0.2.0-pre.2", default-features = false, features = ["std", "tests"] }
default = std

These default features are set whenever cubek-attention is added without default-features = false somewhere in the dependency tree.

Enables cubecl

std default

Enables std of cubecl

tests

cubek-attention has 3 features without comments.