]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml: fix ggml_conv_1d_dw bug (#1323) upstream/0.0.2446
authorJason Ni <redacted>
Thu, 14 Aug 2025 11:17:51 +0000 (19:17 +0800)
committerGitHub <redacted>
Thu, 14 Aug 2025 11:17:51 +0000 (14:17 +0300)
commitb141fc226b68e4af383101c39da90b54ede98850
treeec26489f8498ee628951dc2224b812e6a624df3c
parentc765c8f2e1772c416bf7412b60813227ac380c3a
ggml: fix ggml_conv_1d_dw bug (#1323)

* ggml: fix ggml_conv_1d_dw bug

* Fixed conv1d_dw weight tensor dimension.
src/ggml.c
tests/CMakeLists.txt
tests/test-conv1d-dw-c1.cpp [new file with mode: 0644]
tests/test-conv1d-dw-c2.cpp [new file with mode: 0644]