Skip to content

Commit 72bbca5

Browse files
authored
Update README.md
1 parent e27751e commit 72bbca5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
## Description
44
This is my first project using NVIDIA CUDA to compare how fast a CPU and GPU can complete large matrix multiplications.
55
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.
6+
7+
## Contact
8+
9+
Author: Evan Cooper
10+
GitHub: PickleCoop

0 commit comments

Comments
 (0)