Cargo Features

[dependencies]
cubecl-quant = { version = "0.9.0-pre.5", default-features = false, features = ["std", "export_tests", "kernels"] }
default = kernels

The kernels feature is set by default whenever cubecl-quant is added without default-features = false somewhere in the dependency tree.

std kernels

Enables std of optional cubecl-core =0.9.0-pre.5 and optional cubecl-runtime =0.9.0-pre.5

export_tests

Affects cubecl-quant::tests

kernels default = cubecl-core, cubecl-runtime, cubecl-std, std

Affects cubecl-quant::dequantize, cubecl-quant::quantize, cubecl-quant::layout

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.

cubecl-core kernels

Enables cubecl-core =0.9.0-pre.5

cubecl-runtime kernels

Enables cubecl-runtime =0.9.0-pre.5

cubecl-std kernels

Enables cubecl-std =0.9.0-pre.5