#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

#599 in Math

Download history 342/week @ 2024-09-29 249/week @ 2024-10-06 350/week @ 2024-10-13 281/week @ 2024-10-20 924/week @ 2024-10-27 827/week @ 2024-11-03 668/week @ 2024-11-10 693/week @ 2024-11-17 835/week @ 2024-11-24 1102/week @ 2024-12-01 1194/week @ 2024-12-08 1028/week @ 2024-12-15 403/week @ 2024-12-22 421/week @ 2024-12-29 978/week @ 2025-01-05 1335/week @ 2025-01-12

3,191 downloads per month
Used in 42 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
~55K SLoC