#cuda #wgpu #gpu

no-std cubecl-common

Common crate for CubeCL

3 releases (breaking)

0.3.0 Oct 28, 2024
0.2.0 Aug 27, 2024
0.1.1 Jul 19, 2024

#609 in Math

Download history 837/week @ 2024-08-26 297/week @ 2024-09-02 436/week @ 2024-09-09 311/week @ 2024-09-16 465/week @ 2024-09-23 331/week @ 2024-09-30 253/week @ 2024-10-07 361/week @ 2024-10-14 278/week @ 2024-10-21 933/week @ 2024-10-28 832/week @ 2024-11-04 705/week @ 2024-11-11 688/week @ 2024-11-18 808/week @ 2024-11-25 1104/week @ 2024-12-02 1253/week @ 2024-12-09

3,943 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