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