From 125ef7e8858c94431d5c867773784e7ac629d3ef Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Tue, 18 Mar 2025 13:48:24 -0400 Subject: [PATCH] Rust-CUDA is now maintained --- src/pages/ecosystem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/ecosystem.md b/src/pages/ecosystem.md index 2985ed8..c563133 100644 --- a/src/pages/ecosystem.md +++ b/src/pages/ecosystem.md @@ -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)