Cargo Features

cubecl-wgpu has no features set by default.

[dependencies]
cubecl-wgpu = { version = "0.2.0", features = ["std", "simple-memory-management"] }
default

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

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

std

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

simple-memory-management

cubecl-wgpu has 3 features without comments.