8000 Added Rust Cuda links · r4gus/rust-gamedev.github.io@391e40d · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 391e40d

Browse files
committed
Added Rust Cuda links
1 parent 3251929 commit 391e40d

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

content/news/028/index.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -616,16 +616,24 @@ This month changes by [@PsichiX]:
616616
of making Rust a Tier-1 language for fast GPU computing. There are still many
617617
bugs, and it's in an early stage.
618618

619-
With this release comes a few crates. `rustc_codegen_nvvm` for compiling Rust to
620-
CUDA PTX code using rustc's custom codegen mechanisms and the `libnvvm` CUDA
621-
library. `cust` for actually executing the PTX is a high-level wrapper for the
622-
CUDA Driver API. `cuda_builder` for easily building GPU crates. `cuda_std` is
623-
the GPU-side standard library which complements rustc_codegen_nvvm. `gpu_rand`
624-
is a GPU-friendly random number generation. `nvvm` is high-level bindings to
625-
libnvvm, and `ptx_compiler` is high-level bindings to the PTX compiler APIs,
626-
which are currently incomplete. `find_cuda_helper` is for finding CUDA on the
619+
With this release comes a few crates. [rustc_codegen_nvvm] for compiling Rust to
620+
CUDA PTX code using rustc's custom codegen mechanisms and the libnvvm CUDA
621+
library. [cust] for actually executing the PTX is a high-level wrapper for the
622+
CUDA Driver API. [cuda_builder] for easily building GPU crates. [cuda_std] is
623+
the GPU-side standard library which complements rustc_codegen_nvvm. [gpu_rand]
624+
is a GPU-friendly random number generation. [nvvm] is high-level bindings to
625+
libnvvm, and [ptx_compiler] is high-level bindings to the PTX compiler APIs,
626+
which are currently incomplete. [find_cuda_helper] is for finding CUDA on the
627627
system. There are many other works in progress.
628628

629+
[rustc_codegen_nvvm]: https://crates.io/crates/rustc_codegen_nvvm
630+
[cust]: https://crates.io/crates/cust
631+
[cuda_builder]: https://crates.io/crates/cuda_builder
632+
[cuda_std]: https://crates.io/crates/cuda_std
633+
[gpu_rand]: https://crates.io/crates/gpu_rand
634+
[nvvm]: https://crates.io/crates/nvvm
635+
[ptx_compiler]: https://crates.io/crates/ptx_compiler
636+
[find_cuda_helper]: https://crates.io/crates/find_cuda_helper
629637
[Riccardo D'Ambrosio]: https://github.com/RDambrosio016
630638
[rust-cuda-github]: https://github.com/Rust-GPU/Rust-CUDA
631639
[rust-cuda-announcement]: https://www.reddit.com/r/rust/comments/qzv428/announcing_the_rust_cuda_project_an_ecosystem_of/

0 commit comments

Comments
 (0)
0