Fix compiler warning

This commit is contained in:
Kawrakow
2026-07-06 11:44:27 +00:00
parent a0859ce5ed
commit b569706eae
+1 -1
View File
@@ -466,7 +466,7 @@ static __global__ void init_indices(int * indices, const int ncols, const int nr
}
}
void argsort_f32_i32_cuda_cub(ggml_cuda_pool & pool,
static void argsort_f32_i32_cuda_cub(ggml_cuda_pool & pool,
const float * x,
int * dst,
const int ncols,