cubecl-common 0.2.0

Common crate for CubeCL
Documentation
1
2
3
4
5
6
# CubeCL Common

The `cubecl-common` package hosts code that _must_ be shared between cubecl packages (with `std` or
`no_std` enabled). No other code should be placed in this package unless unavoidable.

The package must build with `cargo build --no-default-features` as well.