Use Rust to explore and learn about leveraging the incredible power of Nvidia GPU's (Graphics Processing Unit).
After the initial project wiring, it is time to understand the core of the logic. The kernels are setup in their own file to allow for C
syntax highlighting since the DSL
(Domain Specific Language) of Cuda
appears to be some flavor of C
.
Find an ideal project in which hundreds of parallel computations would be useful work.