[Kernel] Squash a few more warnings (#6914)
This commit is contained in:
committed by
GitHub
parent
5cf9254a9c
commit
cbbc904470
@@ -273,8 +273,6 @@ __global__ void Code2x8Dequant(
|
||||
}
|
||||
__syncthreads();
|
||||
|
||||
float res = 0;
|
||||
|
||||
int iters = (prob_k / 8 - 1) / (8 * 32) + 1;
|
||||
while (iters--) {
|
||||
if (pred && a_gl_rd < a_gl_end) {
|
||||
|
||||
Reference in New Issue
Block a user