Adding cubecl_cpp library as a dependency

Run this command in a terminal, in your project's directory:

cargo add cubecl-cpp

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

cubecl-cpp = "0.9.0-pre.6"

The cubecl_cpp library will be automatically available globally. Read the cubecl_cpp library documentation.

Back to the crate overview.