]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] support op col2im_1d (#25264)
authorNeo Zhang <redacted>
Tue, 7 Jul 2026 08:07:46 +0000 (16:07 +0800)
committerGitHub <redacted>
Tue, 7 Jul 2026 08:07:46 +0000 (11:07 +0300)
commit47e1de77aa0f06bf73cfd8c5281d95979f89fcbe
treef5f9cb9d22c13a3a24f5719298b70bb99325a5ff
parent55edb2de442b50be0a29c2ed2ec88488560a96c5
[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
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/col2im-1d.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/col2im-1d.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/presets.hpp