1#ifndef GGML_SYCL_SET_ROWS_HPP
2#define GGML_SYCL_SET_ROWS_HPP
3
4#include "common.hpp"
5
6void ggml_sycl_op_set_rows(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
7
8#endif // GGML_SYCL_SET_ROWS_HPP