blob: 4bafa2d7dc4150caa050ebdac37c74f767994187 (
plain)
1
2
3
4
5
|
#include "common.cuh"
void ggml_cuda_op_argsort(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
void ggml_cuda_op_argsort_thresh(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|