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