]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: add REPEAT op support for f16 to f16. (#23298)
authorl8bloom <redacted>
Wed, 27 May 2026 14:59:08 +0000 (16:59 +0200)
committerGitHub <redacted>
Wed, 27 May 2026 14:59:08 +0000 (16:59 +0200)
commit837bb6b4475a1a91402e2c78265967a61f1e8ec4
treef3ef0453f798700148d64790c7ada063834aa564
parentba4dd0bc679a068c9f907de6e3342f6a7870389d
vulkan: add REPEAT op support for f16 to f16. (#23298)

* feat: extend repeat op for vulkan

* feat: add repeat_f16 vulkan pipeline

* fix: ensure same dst and src types

* fix: use type_size instead of data types

* fix: use int16 and int32 for repeat shader op

* chore: rename repeat_f* to repeat_i*

* chore: rename repeat vulkan pipelines
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp