Skip to content

A proof of concept comparison using Rust on GPU accelerated by CUDA vs CPU only

Notifications You must be signed in to change notification settings

babycommando/rust-cuda-accelerated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-cuda-accelerated

nVIDIA Rust

cargo run
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
     Running `target\debug\dojo.exe`

Matrix Multiplication Performance Comparison:
--------------------------------------------
Matrix Size: 1024 x 1024

Execution Time:
  - GPU: 18.907ms
  - CPU: 26.5491217s

Performance Comparison:
  - Speedup: 1404.20x

Success! The matrices were multiplied correctly.

About

A proof of concept comparison using Rust on GPU accelerated by CUDA vs CPU only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published