]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: OP_GATED_DELTA_NET (llama/23312)
authorymcki <redacted>
Thu, 28 May 2026 04:23:21 +0000 (12:23 +0800)
committerGeorgi Gerganov <redacted>
Fri, 29 May 2026 06:47:30 +0000 (09:47 +0300)
commit7e843a80e1df28463a64a92ffd10410d5280ab3b
tree645ecb1ec08e90e6ee084423e6d176ed85baf995
parent8c8f213daccd54f7a913034c68a885c11b851134
opencl: OP_GATED_DELTA_NET (llama/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]