Cargo Features

[dependencies]
cubecl-cuda = { version = "0.5.0", default-features = false, features = ["std", "compilation-cache"] }
default = std

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

Enables cubecl-common, cubecl-core, and cubecl-runtime, cuda-12050 of cudarc ^0.13.9

std default

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

compilation-cache

Enables cache of cubecl-common

cubecl-cuda has 3 features without comments.