We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0a579 commit aca27c4Copy full SHA for aca27c4
src/pages/ecosystem.md
@@ -10,14 +10,14 @@ decoder ring for key projects that relate to both Rust and GPUs in some way.
10
11
## [rust-gpu](https://github.com/rust-gpu/rust-gpu)
12
13
-Compiles unmodified Rust code to
14
-[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.
15
16
## [rust-cuda](https://github.com/Rust-GPU/Rust-CUDA)
17
18
Compiles unmodified Rust code to
19
[NVVM](https://docs.nvidia.com/cuda/nvvm-ir-spec/index.html) (CUDA) so that it can run
20
-on the GPU. _Currently unmaintained but stay tuned!_
+on the GPU.
21
22
## [nvptx backend in rustc](https://doc.rust-lang.org/rustc/platform-support/nvptx64-nvidia-cuda.html)
23
0 commit comments