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