Skip to content

Commit e27751e

Browse files
authored
Update README.md
1 parent 74701d2 commit e27751e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
## Description
44
This is my first project using NVIDIA CUDA to compare how fast a CPU and GPU can complete large matrix multiplications.
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

Comments
 (0)