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