ollama/llama/ggml-cuda/sumrows.cuh
2024-09-03 21:15:12 -04:00

4 lines
103 B
Plaintext
Vendored

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