sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language

Home Page:https://faer-rs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider `rust-gpu` when deciding on GPU support

LegNeato opened this issue · comments

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.

will keep an eye on it. im also considering compute shaders in wgpu and possibly cuda.

there's a lot of options so im gonna try to experiment a bit before deciding what to do

Cudos for the rustgpu suggestion