Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 542 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 542 Bytes

Personal Rust Nvidia Conglomeration

Use Rust to explore and learn about leveraging the incredible power of Nvidia GPU's (Graphics Processing Unit).

Exploring Cuda Kernel Architecture

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.

Next Steps

Find an ideal project in which hundreds of parallel computations would be useful work.