Skip to content

Commit aca27c4

Browse files
authored
Rust-CUDA is now maintained (#68)
1 parent 1f0a579 commit aca27c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/ecosystem.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ decoder ring for key projects that relate to both Rust and GPUs in some way.
1010

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

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

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

1818
Compiles unmodified Rust code to
1919
[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!_
20+
on the GPU.
2121

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

0 commit comments

Comments
 (0)