diff options
Diffstat (limited to 'llama.cpp/ggml/src/ggml-sycl/set_rows.hpp')
| -rw-r--r-- | llama.cpp/ggml/src/ggml-sycl/set_rows.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llama.cpp/ggml/src/ggml-sycl/set_rows.hpp b/llama.cpp/ggml/src/ggml-sycl/set_rows.hpp new file mode 100644 index 0000000..27fcc8f --- /dev/null +++ b/llama.cpp/ggml/src/ggml-sycl/set_rows.hpp @@ -0,0 +1,8 @@ +#ifndef GGML_SYCL_SET_ROWS_HPP +#define GGML_SYCL_SET_ROWS_HPP + +#include "common.hpp" + +void ggml_sycl_op_set_rows(ggml_backend_sycl_context & ctx, ggml_tensor * dst); + +#endif // GGML_SYCL_SET_ROWS_HPP |
