Skip to content

Commit 34bcef1

Browse files
committed
musa: fix build warning
Signed-off-by: Xiaodong Ye <[email protected]>
1 parent 9070365 commit 34bcef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/mmq.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,6 +2586,7 @@ static __device__ __forceinline__ void mul_mat_q_process_tile(
25862586
} else {
25872587
write_back(sum, ids_dst, dst, stride_col_dst, tile_x_max_i, tile_y_max_j);
25882588
}
2589+
GGML_UNUSED(nrows_x);
25892590
}
25902591

25912592

0 commit comments

Comments
 (0)