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