Skip to content

Rust-CUDA is now maintained #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ decoder ring for key projects that relate to both Rust and GPUs in some way.

## [rust-gpu](https://github.com/rust-gpu/rust-gpu)

Compiles unmodified Rust code to
[SPIR-V](https://www.khronos.org/spir/) (Vulkan) so that it can run on the GPU.
Compiles unmodified Rust code to [SPIR-V](https://www.khronos.org/spir/) (Vulkan) so
that it can run on the GPU.

## [rust-cuda](https://github.com/Rust-GPU/Rust-CUDA)

Compiles unmodified Rust code to
[NVVM](https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html) (CUDA) so that it can run
on the GPU. _Currently unmaintained but stay tuned!_
on the GPU.

## [nvptx backend in rustc](https://doc.rust-lang.org/rustc/platform-support/nvptx64-nvidia-cuda.html)

Expand Down