Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.06k stars 119 forks source link

Interested in being part of a maintainer group #114

Open JohnAllen opened 11 months ago

JohnAllen commented 11 months ago

Hi everyone,

I am looking to be able to easily use Cuda in Rust code for general purpose computing mostly (I barely know what a shader is). This repo seems to be the most promising for that (let me know if I am missing something).

I am willing to spend some time figuring things out and getting this to work. I see that there have been some PRs from other people attempting to keep this thing working.

Is there sort of a list of things that need to happen to this repo to both get it working and keep it working?

David-OConnor commented 11 months ago

I'd love to see this go places, but I currently can't get it to compile, so am sticking with C++ CUDA for now.

David-OConnor commented 11 months ago

Update: The cudarc library works, including with current CUDA versions, and current RustC versions.