]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: Add State Space Model (SSM) Operations Support (llama/16463)
authorGiuseppe Scrivano <redacted>
Fri, 17 Oct 2025 12:23:47 +0000 (14:23 +0200)
committerGeorgi Gerganov <redacted>
Tue, 21 Oct 2025 15:14:33 +0000 (18:14 +0300)
commitfae740af78401fb7b5873512b71f177e3413932d
treeacaa69b49133613aa6648265fc2aeae78dcc1374
parent40f00112b25ef1feb2b5a7ed6360ae5cc4999899
vulkan: Add State Space Model (SSM) Operations Support (llama/16463)

* vulkan: implement SSM scan operation

Add State Space Model scan operation to the Vulkan backend.

Signed-off-by: Giuseppe Scrivano <redacted>
* vulkan: implement SSM conv operation

Add State Space Model conv operation to the Vulkan backend.

Signed-off-by: Giuseppe Scrivano <redacted>
---------

Signed-off-by: Giuseppe Scrivano <redacted>
src/ggml-vulkan/ggml-vulkan.cpp
src/ggml-vulkan/vulkan-shaders/ssm_conv.comp [new file with mode: 0644]
src/ggml-vulkan/vulkan-shaders/ssm_scan.comp [new file with mode: 0644]
src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp