Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 319 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 319 Bytes

Running DGEMM with GPUs

You can find here a version of dgemm from ELPA tutorial which runs on single GPU.

  1. Build the code with provided build.sh script. Run the code with different matrix sizes, how does the performance compare to the CPU version?