You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The roadmap mentions running on the GPU as a future goal. When faer is ready it should look at the nascent https://github.com/EmbarkStudios/rust-gpu to see if it can be leveraged.
There's also the quite new crate CubeCL, which is the GPU compute backend of Burn and lets you write kernels in Rust that are then optimized and compiled to CUDA or WebGPU (and Metal, ROCm, Vulkan, CPU SIMD are planned).
The goal of CubeCL is to ease the pain of writing highly optimized compute kernels that are portable across hardware. There is currently no adequate solution when you want optimal performance while still being multi-platform.
Is your feature request related to a problem? Please describe.
The roadmap mentions running on the GPU as a future goal. When faer is ready it should look at the nascent https://github.com/EmbarkStudios/rust-gpu to see if it can be leveraged.
Describe the solution you'd like
Using https://github.com/EmbarkStudios/rust-gpu for the gpu portion.
Describe alternatives you've considered
CUDA, glsl, etc.
The text was updated successfully, but these errors were encountered: