]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: Support non-contiguous `src0` and overlapping `src0/src1` in binary...
authorMasashi Yoshimura <redacted>
Mon, 2 Mar 2026 15:59:53 +0000 (00:59 +0900)
committerGitHub <redacted>
Mon, 2 Mar 2026 15:59:53 +0000 (07:59 -0800)
commit36a7a6589cf5ea15ae936cd840d4600608eb0e1e
tree7f2593d920195e9510fc9fd2698eff42efb2b0fd
parentfeefb928367a01c1912975f0b277a48a14bbcadf
ggml-webgpu: Support non-contiguous `src0` and overlapping `src0/src1` in binary ops (#19850)

* ggml-webgpu: Add binary op support for overlapping and non-contiguous.

* Add newline to binary.wgsl

* Append the test of binary op for src overlapping  to test_bin_bcast.

* Remove unnecessary newline.
ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp
ggml/src/ggml-webgpu/ggml-webgpu.cpp
ggml/src/ggml-webgpu/wgsl-shaders/binary.wgsl
tests/test-backend-ops.cpp