2 unstable releases

0.4.0 Jan 14, 2025
0.3.0 Oct 28, 2024

#275 in Science

Download history 450/week @ 2024-10-29 397/week @ 2024-11-05 313/week @ 2024-11-12 339/week @ 2024-11-19 430/week @ 2024-11-26 538/week @ 2024-12-03 698/week @ 2024-12-10 490/week @ 2024-12-17 229/week @ 2024-12-24 326/week @ 2024-12-31 548/week @ 2025-01-07 1157/week @ 2025-01-14 887/week @ 2025-01-21 1301/week @ 2025-01-28 1138/week @ 2025-02-04 1040/week @ 2025-02-11

4,659 downloads per month
Used in 21 crates (via cubecl)

MIT/Apache

1MB
25K SLoC

ROCm HIP runtime

Runtime that runs on ROCm HIP supported AMD GPUs.

Matrix multiplication acceleration is based on rocwmma by default. Note that kernel compilation time with rocwmma might be slow.

For RDNA3 GPUs, a dedicated compiler using WMMA intrinsics is available with the feature wmma-intrinsics. It offers much faster kernel compilation time and better performances on some kernels. Feel free to benchmark with your use cases.

Dependencies

~7–21MB
~225K SLoC