]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
fix vulkan ggml_acc only works in 3d but not 4d (llama/19426)
authorymcki <redacted>
Fri, 13 Feb 2026 12:31:37 +0000 (20:31 +0800)
committerGeorgi Gerganov <redacted>
Sun, 15 Feb 2026 19:44:37 +0000 (21:44 +0200)
commit628b545b7e2b19de43ce81279be4986e75dac2f5
treeafc3d862763b7b3b726f503156d16c8e3780873c
parent58e3d5a42dedfdfdd397bb80838cc9fa4e23bb89
fix vulkan ggml_acc only works in 3d but not 4d (llama/19426)

* fix vulkan ggml_acc only works in 3d but not 4d

* removed clamp in test_acc_block

* use the correct stride and its test case

* cuda : fix "supports op" condition

* change src0 to src1 in ggml_vk_acc. Update acc.comp with jeffbolznv\'s suggestion except to keep the boundary check

* version without boundary check

* revert back to boundary check version

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-vulkan/ggml-vulkan.cpp
ggml/src/ggml-vulkan/vulkan-shaders/acc.comp