We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a117f commit 612fdcaCopy full SHA for 612fdca
ggml/src/ggml-cpu/ops.cpp
@@ -7916,7 +7916,7 @@ static void ggml_compute_forward_sparsek_attn_f32(
7916
const struct ggml_compute_params * params,
7917
struct ggml_tensor * dst) {
7918
7919
- // Single-threaded baseline version (expand later for parallelism)
+ // Single-threaded baseline version
7920
if (params->ith != 0) return;
7921
7922
const struct ggml_tensor * Q = dst->src[0];
0 commit comments