#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

#701 in Math

Download history 705/week @ 2024-11-16 823/week @ 2024-11-23 1055/week @ 2024-11-30 1251/week @ 2024-12-07 1051/week @ 2024-12-14 418/week @ 2024-12-21 414/week @ 2024-12-28 891/week @ 2025-01-04 1497/week @ 2025-01-11 1330/week @ 2025-01-18 1495/week @ 2025-01-25 1499/week @ 2025-02-01 1542/week @ 2025-02-08 1362/week @ 2025-02-15 5639/week @ 2025-02-22 3260/week @ 2025-03-01

12,056 downloads per month
Used in 46 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