aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-cuda/cumsum.cuh
blob: 782d1d92e9bb1d9589df9e30c4d8f1851c179532 (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_CUMSUM_BLOCK_SIZE 256

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