]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] Add conv_3d (#24691)
authorNeo Zhang <redacted>
Wed, 17 Jun 2026 14:20:01 +0000 (22:20 +0800)
committerGitHub <redacted>
Wed, 17 Jun 2026 14:20:01 +0000 (17:20 +0300)
commitd1759e4156cece09a6ee5231ae1219f461b16d23
treebc9ee8e02d7991c4bc5da5c3eacedaffa156f494
parent8086439a4cea94c71a5dfb8fe4ad1546aebd640f
[SYCL] Add conv_3d (#24691)

* add conv_3d

* optimize

* update ops.md

* restore test script

* rm unused code

* rm copyright notes
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/conv3d.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/conv3d.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/ggml-sycl.cpp