[Kernel] Squash a few more warnings (#6914)

This commit is contained in:
Tyler Michael Smith
2024-07-30 13:50:42 -04:00
committed by GitHub
parent 5cf9254a9c
commit cbbc904470
5 changed files with 8 additions and 5 deletions

View File

@@ -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) {