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