You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,8 @@
3
3
## Description
4
4
This is my first project using NVIDIA CUDA to compare how fast a CPU and GPU can complete large matrix multiplications.
5
5
The program will create randomly filled matrices A and B of size N x N, and complete the matrix multiplication of A and B using the CPU, then GPU. The program will print the runtime of both the CPU and GPU for each instance, then calculate the average speedup for GPU vs. CPU after 10 instances.
0 commit comments