GitHub - tracel-ai/cubecl: Multi-platform high-performance compute language extension for Rust.
TL;DR
With CubeCL, you can program your GPU using Rust, taking advantage of zero-cost abstractions to develop maintainable, flexible, and efficient compute kernels.
CubeCL currently fully supports functions, generics, and structs, with partial support for traits, methods and type inference.
As the project evolves, we anticipate even broader support for Rust language primitives, all while maintaining optimal performance.
Example
Simply annotate functions with the cube attribute to indicate that t...
Read more at github.com