[bug] fix device thread gemm.h
constructor (#1473)
This commit is contained in:
parent
c5239d8312
commit
e48c7618e4
@ -91,7 +91,7 @@ struct Gemm {
|
|||||||
A_tile[i] = ElementA(0);
|
A_tile[i] = ElementA(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int j = 0; j < OutputTile::kColumn; ++j) {
|
for (int j = 0; j < OutputTile::kRow; ++j) {
|
||||||
B_tile[j] = ElementB(0);
|
B_tile[j] = ElementB(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user