diff options
Diffstat (limited to 'ggml-cuda/cpy.cuh')
-rw-r--r-- | ggml-cuda/cpy.cuh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ggml-cuda/cpy.cuh b/ggml-cuda/cpy.cuh deleted file mode 100644 index 79616742..00000000 --- a/ggml-cuda/cpy.cuh +++ /dev/null @@ -1,9 +0,0 @@ -#include "common.cuh" - -#define CUDA_CPY_BLOCK_SIZE 32 - -void ggml_cuda_cpy(ggml_backend_cuda_context & ctx, const ggml_tensor * src0, ggml_tensor * src1); - -void ggml_cuda_dup(ggml_backend_cuda_context & ctx, ggml_tensor * dst); - -void* ggml_cuda_cpy_fn(const ggml_tensor * src0, ggml_tensor * src1); |