aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/ggml/src/ggml-sycl/add-id.hpp
blob: e1b09ee8c7c8a4a44a41b80630e6f4102028221e (plain)
1
2
3
4
5
6
7
8
#ifndef GGML_SYCL_ADD_ID_HPP
#define GGML_SYCL_ADD_ID_HPP

#include "common.hpp"

void ggml_sycl_add_id(ggml_backend_sycl_context & ctx, ggml_tensor * dst);

#endif // GGML_SYCL_ADD_ID_HPP