Cargo Features

cubecl-std has no features set by default.

[dependencies]
cubecl-std = { version = "0.9.0", features = ["export_tests", "tracing"] }
export_tests

Enables trace of test-log

Affects cubecl-std::tests

tracing

Enables tracing of cubecl-common, cubecl-core, and cubecl-runtime

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.

test-log export_tests?