Files
longhaul.cpp/ggml/src/ggml-sycl/col2im-1d.hpp
T
2026-07-29 01:00:10 -05:00

9 lines
204 B
C++

#ifndef GGML_SYCL_COL2IM_1D_HPP
#define GGML_SYCL_COL2IM_1D_HPP
#include "common.hpp"
void ggml_sycl_op_col2im_1d(ggml_backend_sycl_context & ctx, ggml_tensor * dst);
#endif // GGML_SYCL_COL2IM_1D_HPP