]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] support OPs: conv_2d, conv_2d_dw, conv2d_transpose (#24600)
authorNeo Zhang <redacted>
Thu, 18 Jun 2026 06:40:03 +0000 (14:40 +0800)
committerGitHub <redacted>
Thu, 18 Jun 2026 06:40:03 +0000 (09:40 +0300)
commit6f1034b32af66d3efa2a572a386cc9bccb01ba55
treeceb7a1ba783712b010fb0b23fd8bcbc997e9bdc0
parent0b73fc79fe7c8968b040e9c96d91610d7d2a8206
[SYCL] support OPs: conv_2d, conv_2d_dw, conv2d_transpose (#24600)

* fix conflict

* fix format issue, rename

* rm debug code

* correct the file name
12 files changed:
docs/backend/SYCL.md
docs/ops.md
docs/ops/SYCL.csv
examples/sycl/update-ops-doc.sh [new file with mode: 0755]
examples/sycl/win-update-ops-doc.bat [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d-dw.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d-dw.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d-transpose.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d-transpose.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv2d.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/ggml-sycl.cpp