]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
support OPs: conv_2d, conv_2d_dw, conv2d_transpose (llama/24600)
authorNeo Zhang <redacted>
Thu, 18 Jun 2026 06:40:03 +0000 (14:40 +0800)
committerGeorgi Gerganov <redacted>
Fri, 19 Jun 2026 09:53:43 +0000 (12:53 +0300)
commit312033789f1b5a5de60c0c7712d87d7656dca7f8
tree2e0808b6accde61dd01265dfff28da152019c08d
parentc39dd2db8e5e8bca1f6d4e15208f9c825615b969
support OPs: conv_2d, conv_2d_dw, conv2d_transpose (llama/24600)

* fix conflict

* fix format issue, rename

* rm debug code

* correct the file name
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