aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/mean.cuh
blob: 2b9b10433438e8310a401b4ebcc5b29ed8735923 (plain)
1
2
3
#include "common.cuh"

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