]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: OP_GATED_DELTA_NET (#23312)
authorymcki <redacted>
Thu, 28 May 2026 04:23:21 +0000 (12:23 +0800)
committerGitHub <redacted>
Thu, 28 May 2026 04:23:21 +0000 (21:23 -0700)
commit8ad8aef447703e76cdcf74ed78dab16b92ec231a
treef14fabc82356693e2f7aa9f6f464d0238c6ab967
parentf12cc6d0fa96d6a3c33952f06b7439ac43a3c3fe
opencl: OP_GATED_DELTA_NET (#23312)

* OP_GATED_DELTA_NET impl

* add back lanes_per_column declaration

* removed has_subgroup_arithmetic and has_subgroup_clustered_reduce

* removed trailing spaces and fixes indentation. Hard coded subgroup size for Adreno and Intel. Return not supported when K>1 state snapshot

* support for K>1 state snapshot

* removed picky indent multiple of 4 fixes

* removed return that won\'t be executed
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/gated_delta_net.cl [new file with mode: 0644]