fix writeback returning too early
This commit is contained in:
parent
a9cde5c63e
commit
a64a81a294
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ static __device__ __forceinline__ void mmq_write_back_mma(const float * __restri
|
|||
const int j = blockIdx.y*mmq_x + j0 + mma_C::get_j(l);
|
||||
|
||||
if (j >= ne1) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
const int i = blockIdx.x*mmq_y + i0 + mma_C::get_i(l);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue