summaryrefslogtreecommitdiff
path: root/ggml-cuda/argsort.cuh
blob: 68a001547ffdb1cb7c2ec5b1a69aedd7d3da4767 (plain)
1
2
3
#include "common.cuh"

void ggml_cuda_op_argsort(ggml_backend_cuda_context & ctx, ggml_tensor * dst);