Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.29 KB

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.