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