mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-20 01:27:38 +00:00
9 lines
200 B
C++
9 lines
200 B
C++
![]() |
#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
|