]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Add conv_3d (llama/24691)
authorNeo Zhang <redacted>
Wed, 17 Jun 2026 14:20:01 +0000 (22:20 +0800)
committerGeorgi Gerganov <redacted>
Fri, 19 Jun 2026 09:53:43 +0000 (12:53 +0300)
commit01b1c3ada7cf5978f6580403e4ffdfeb56de30bc
tree496411328dbf369f455926499927f08724c9524c
parentae09736e834cac495b279949a4016b41f9233f80
Add conv_3d (llama/24691)

* add conv_3d

* optimize

* update ops.md

* restore test script

* rm unused code

* rm copyright notes
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