Merge remote-tracking branch 'origin/main' into ik/try_grouped_topk_playing1

This commit is contained in:
Iwan Kawrakow
2025-10-16 11:33:56 +03:00

View File

@@ -1,3 +1,9 @@
//
// Copyright (C) 2025 Iwan Kawrakow
// MIT license
// SPDX-License-Identifier: MIT
//
#include "iqk_cpu_ops.h"
#include "ggml.h"
@@ -95,7 +101,6 @@ void iqk_grouped_top_k(ggml_tensor * dst, int ith, int nth) {
for (int j = 0; j < ne0; ++j) result[j] = aux[j].second;
}
}
void iqk_argsort(ggml_tensor * dst, int ith, int nth) {