#cuda #wgpu #gpu

no-std cubecl-common

Common crate for CubeCL

4 releases (breaking)

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

#613 in Math

Download history 855/week @ 2024-10-30 805/week @ 2024-11-06 685/week @ 2024-11-13 706/week @ 2024-11-20 791/week @ 2024-11-27 1202/week @ 2024-12-04 1350/week @ 2024-12-11 679/week @ 2024-12-18 315/week @ 2024-12-25 701/week @ 2025-01-01 1106/week @ 2025-01-08 1556/week @ 2025-01-15 1376/week @ 2025-01-22 1526/week @ 2025-01-29 1518/week @ 2025-02-05 1252/week @ 2025-02-12

5,851 downloads per month
Used in 43 crates (10 directly)

MIT/Apache

26KB
525 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
~54K SLoC