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