[SYCL] support op col2im_1d (#25264)

* 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
This commit is contained in:
Neo Zhang
2026-07-07 11:07:46 +03:00
committed by GitHub
parent 55edb2de44
commit 47e1de77aa
7 changed files with 162 additions and 35 deletions
+1
View File
@@ -14,6 +14,7 @@
#define GGML_SYCL_BACKEND_HPP
#include "binbcast.hpp"
#include "col2im-1d.hpp"
#include "common.hpp"
#include "concat.hpp"
#include "conv.hpp"