* support op col2im_1d * update ops.md * rm unused words * update for bf16 * optimize 1%-11% as the review comments * fix the format issue * update as the review comments
9 lines
204 B
C++
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
|