0_0_36423430_10560.cpp: In function 'void mult(unsigned int*, unsigned int*, unsigned int*, int, int, int)':
0_0_36423430_10560.cpp:41:17: error: 'uint' was not declared in this scope
uint a0 = A[(j + 0) * Am + _k];
^
0_0_36423430_10560.cpp:42:22: error: expected ';' before 'a1'
uint a1 = A[(j + 1) * Am + _k];
^
0_0_36423430_10560.cpp:43:22: error: expected ';' before 'a2'
uint a2 = A[(j + 2) * Am + _k];
^
0_0_36423430_10560.cpp:44:22: error: expected ';' before 'a3'
uint a3 = A[(j + 3) * Am + _k];
^
0_0_36423430_10560.cpp:48:26: error: expected ';' before 'b'
uint b = B[_k * Cm + i];
^
0_0_36423430_10560.cpp:49:37: error: 'a0' was not declared in this scope
buf0[i] += (ULL)a0 * b;
^
0_0_36423430_10560.cpp:49:42: error: 'b' was not declared in this scope
buf0[i] += (ULL)a0 * b;
^
0_0_36423430_10560.cpp:50:37: error: 'a1' was not declared in this scope
buf1[i] += (ULL)a1 * b;
^
0_0_36423430_10560.cpp:51:37: error: 'a2' was not declared in this scope
buf2[i] += (ULL)a2 * b;
^
0_0_36423430_10560.cpp:52:37: error: 'a3' was not declared in this scope
buf3[i] += (ULL)a3 * b;
^
0_0_36423430_10560.cpp:66:13: error: 'uint' was not declared in this scope
uint a0 = A[(j + 0) * Am + k];
^
0_0_36423430_10560.cpp:67:18: error: expected ';' before 'a1'
uint a1 = A[(j + 1) * Am + k];
^
0_0_36423430_10560.cpp:68:18: error: expected ';' before 'a2'
uint a2 = A[(j + 2) * Am + k];
^
0_0_36423430_10560.cpp:69:18: error: expected ';' before 'a3'
uint a3 = A[(j + 3) * Am + k];
^
0_0_36423430_10560.cpp:73:22: error: expected ';' before 'b'
uint b = B[k * Cm + i];
^
0_0_36423430_10560.cpp:74:33: error: 'a0' was not declared in this scope
buf0[i] += (ULL)a0 * b;
^
0_0_36423430_10560.cpp:74:38: error: 'b' was not declared in this scope
buf0[i] += (ULL)a0 * b;
^
0_0_36423430_10560.cpp:75:33: error: 'a1' was not declared in this scope
buf1[i] += (ULL)a1 * b;
^
0_0_36423430_10560.cpp:76:33: error: 'a2' was not declared in this scope
buf2[i] += (ULL)a2 * b;
^
0_0_36423430_10560.cpp:77:33: error: 'a3' was not declared in this scope
buf3[i] += (ULL)a3 * b;
^
|