Cargo Features
cubecl-cpp has no features set by default.
[dependencies]
cubecl-cpp = { version = "0.4.0", features = ["std", "cuda", "hip"] }
- default
-
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
…