summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-cuda/arange.cuh
blob: 41e74fdfc20305ff09e3e34f73fc7bda44b48101 (plain)
1
2
3
4
5
#include "common.cuh"

#define CUDA_ARANGE_BLOCK_SIZE 256

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