Skip to content

Commit

Permalink
Update matAdd.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
linjames0 authored Sep 20, 2023
1 parent 7d10739 commit f15d915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matAdd.cu
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ int main() {
printf("\n)
}
printf("----------\n");
printf("Matrix B: \n");
printf("----------\n");
for (int i = 0; i < N; ++i) {
Expand All @@ -68,6 +69,7 @@ int main() {
printf("\n)
}

printf("----------\n");
printf("Matrix C: \n");
printf("----------\n");
for (int i = 0; i < N; ++i) {
Expand Down

0 comments on commit f15d915

Please sign in to comment.