@@ -616,16 +616,24 @@ This month changes by [@PsichiX]:
616
616
of making Rust a Tier-1 language for fast GPU computing. There are still many
617
617
bugs, and it's in an early stage.
618
618
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
627
627
system. There are many other works in progress.
628
628
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
629
637
[ Riccardo D'Ambrosio ] : https://github.com/RDambrosio016
630
638
[ rust-cuda-github ] : https://github.com/Rust-GPU/Rust-CUDA
631
639
[ rust-cuda-announcement ] : https://www.reddit.com/r/rust/comments/qzv428/announcing_the_rust_cuda_project_an_ecosystem_of/
0 commit comments