File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1818Compiles 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
You can’t perform that action at this time.
0 commit comments