Files
ik_llama.cpp/ggml/src/ggml-cuda/argmax.cuh
Iwan Kawrakow e8a705a153 Bits and pieces
2025-10-15 14:07:03 +03:00

4 lines
98 B
Plaintext

#include "common.cuh"
void ggml_cuda_argmax(ggml_backend_cuda_context & ctx, ggml_tensor * dst);