Skip to content

Use Rust to execute parallel code on Nvidia cores

Notifications You must be signed in to change notification settings

djhunter67/rust_cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use Rust to execute parallel code on Nvidia cores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published