restore smem pointer at teh end of evry rs loop
This commit is contained in:
parent
0939511846
commit
8bfb7ed2f2
|
|
@ -949,6 +949,8 @@ static __global__ void conv2d_implicit_kernel(const half * __restrict__ input,
|
|||
s = 0;
|
||||
r++;
|
||||
}
|
||||
A_block_smem = shmem;
|
||||
B_block_smem = &shmem[BM * BK];
|
||||
} // iter r
|
||||
|
||||
// reuse smem
|
||||
|
|
|
|||
Loading…
Reference in New Issue