Spaces:
Runtime error
Runtime error
Upload llama.cpp/ggml/src/ggml-cuda/clamp.cuh with huggingface_hub
Browse files
llama.cpp/ggml/src/ggml-cuda/clamp.cuh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#include "common.cuh"
|
2 |
+
|
3 |
+
#define CUDA_CLAMP_BLOCK_SIZE 256
|
4 |
+
|
5 |
+
void ggml_cuda_op_clamp(ggml_backend_cuda_context & ctx, ggml_tensor * dst);
|