Cargo Features
[dependencies]
cubecl-cpp = { version = "0.8.1", default-features = false, features = ["std", "hip", "metal"] }
- default = metal
-
These default features are set whenever
cubecl-cppis added withoutsomewhere in the dependency tree.default-features = false Enables cubecl-common, cubecl-core, and cubecl-runtime
- std
-
Enables std of cubecl-common, cubecl-core, and cubecl-runtime
- cuda hip
- metal default
-
Affects
cubecl-cpp::metal,cubecl-cpp::MslCompiler,shared::MslComputeKernel…