summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/sumrows.cuh
blob: e7545f83c496bbfbebf1a5bed3ed697c775f2e95 (plain)
1
2
3
#include "common.cuh"

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