File tree 1 file changed +3
-3
lines changed
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.
10
10
11
11
## [ rust-gpu] ( https://github.com/rust-gpu/rust-gpu )
12
12
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.
15
15
16
16
## [ rust-cuda] ( https://github.com/Rust-GPU/Rust-CUDA )
17
17
18
18
Compiles unmodified Rust code to
19
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! _
20
+ on the GPU.
21
21
22
22
## [ nvptx backend in rustc] ( https://doc.rust-lang.org/rustc/platform-support/nvptx64-nvidia-cuda.html )
23
23
You can’t perform that action at this time.
0 commit comments