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