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

#define CUDA_PAD_BLOCK_SIZE 256

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