#cuda #wgpu #gpu

no-std cubecl-common

Common crate for CubeCL

4 releases (breaking)

new 0.4.0 Jan 14, 2025
0.3.0 Oct 28, 2024
0.2.0 Aug 27, 2024
0.1.1 Jul 19, 2024

#652 in Math

Download history 450/week @ 2024-09-24 327/week @ 2024-10-01 277/week @ 2024-10-08 334/week @ 2024-10-15 478/week @ 2024-10-22 882/week @ 2024-10-29 795/week @ 2024-11-05 678/week @ 2024-11-12 680/week @ 2024-11-19 832/week @ 2024-11-26 1133/week @ 2024-12-03 1325/week @ 2024-12-10 795/week @ 2024-12-17 354/week @ 2024-12-24 591/week @ 2024-12-31 1008/week @ 2025-01-07

2,986 downloads per month
Used in 39 crates (10 directly)

MIT/Apache

26KB
512 lines

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.


lib.rs:

CubeCL Common Library

This library contains common types used by other crates that must be shared.

Dependencies

~1.6–3MB
~55K SLoC