Cargo Features
[dependencies]
cubecl-cpp = { version = "0.5.0", default-features = false, features = ["std", "cuda", "hip", "metal"] }
- default = metal
-
These default features are set whenever
cubecl-cpp
is added without
somewhere 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
-
Affects
cubecl-cpp::cuda
,cubecl-cpp::CudaCompiler
… - hip
-
Affects
cubecl-cpp::hip
,cubecl-cpp::HipDialectIntrinsic
,cubecl-cpp::HipDialectRocWmma
,cubecl-cpp::cuda
,cubecl-cpp::CudaCompiler
… - metal default
-
Affects
cubecl-cpp::metal
,cubecl-cpp::MslCompiler
,shared::MslComputeKernel
…