removed unecessary condition
This commit is contained in:
parent
3ba9d04c2a
commit
da18950038
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ static void dequantize_mul_mat_vec(const void * __restrict__ vx, const dfloat *
|
|||
// processing >2 values per i iter is faster for fast GPUs
|
||||
#pragma unroll
|
||||
for (int j = 0; j < vals_per_iter; j += 2) {
|
||||
if (col + j >= ncols) break;
|
||||
// process 2 vals per j iter
|
||||
|
||||
// dequantize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue