Skip to content

Commit 3eee3f0

Browse files
committed
Revert "CUDA: fix race condition in MMQ stream-k fixup (ggml-org#13299)"
This reverts commit 93c4e23.
1 parent 5ea93f1 commit 3eee3f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cuda/mmq.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,7 +2959,6 @@ static __global__ void mul_mat_q_stream_k_fixup(
29592959
for (int j = threadIdx.y*WARP_SIZE + threadIdx.x; j < mmq_x; j += nwarps*WARP_SIZE) {
29602960
ids_dst_shared[j] = ids_dst[col_low + j];
29612961
}
2962-
__syncthreads();
29632962

29642963
const int offset_dst = it*mmq_y;
29652964
dst += offset_dst;

0 commit comments

Comments
 (0)