Cargo Features

cubecl-core has no features set by default.

[dependencies]
cubecl-core = { version = "0.3.0", features = ["std", "export_tests", "template"] }
default

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

Enables cubecl-runtime

std

Enables std of cubecl-runtime

export_tests

Affects cubecl-core::runtime_tests

template