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

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.

pretty_assertions export_tests?