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

#define CUDA_CLAMP_BLOCK_SIZE 256

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