We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b499f commit 40dd226Copy full SHA for 40dd226
Project1-Part2/src/config.h
@@ -4,6 +4,6 @@
4
// Configuration
5
// ==============================================
6
7
-const int ARRAY_SIZE = 2;
+const int ARRAY_SIZE = 5;
8
9
const int ARRAY_MEM_SIZE = ARRAY_SIZE * ARRAY_SIZE * sizeof(float);
Project1-Part2/src/main.cpp
@@ -43,5 +43,6 @@ int main() {
43
}
44
45
cudaMul(hstA, hstB, hstC);
46
+ printMatrix(hstC);
47
return 1;
48
0 commit comments