Skip to content

Commit 612fdca

Browse files
Gitty BursteinYaelTamar
committed
fix SparseK CPU operator implementation
Co-authored-by: Yael <[email protected]> Co-authored-by: Tamar <[email protected]>
1 parent 39a117f commit 612fdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7916,7 +7916,7 @@ static void ggml_compute_forward_sparsek_attn_f32(
79167916
const struct ggml_compute_params * params,
79177917
struct ggml_tensor * dst) {
79187918

7919-
// Single-threaded baseline version (expand later for parallelism)
7919+
// Single-threaded baseline version
79207920
if (params->ith != 0) return;
79217921

79227922
const struct ggml_tensor * Q = dst->src[0];

0 commit comments

Comments
 (0)