diff options
Diffstat (limited to 'ggml-cuda/clamp.cuh')
-rw-r--r-- | ggml-cuda/clamp.cuh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ggml-cuda/clamp.cuh b/ggml-cuda/clamp.cuh deleted file mode 100644 index 7f9559dd..00000000 --- a/ggml-cuda/clamp.cuh +++ /dev/null @@ -1,5 +0,0 @@ -#include "common.cuh" - -#define CUDA_CLAMP_BLOCK_SIZE 256 - -void ggml_cuda_op_clamp(ggml_backend_cuda_context & ctx, ggml_tensor * dst); |