Skip to content
Snippets Groups Projects
Commit 8694e8ec authored by Russel Arbore's avatar Russel Arbore
Browse files

results

parent 3e525527
Branches matmul_gpu_opt
No related tags found
No related merge requests found
Pipeline #202711 passed
......@@ -3,6 +3,11 @@ To benchmark matrix multiply with CUDA, run:
cargo bench -p juno_matmul --features=cuda
```
To see what code is specific to the CS 521 project, run:
```
git diff main matmul_gpu_opt
```
Times for (512, 512) X (512, 512) (ms):
Base: 65.554
Larger blocks: 4.887
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment