]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: Fix crash when FP16 mul_mat accumulation is not supported (llama/16796)
authorMasato Nakasaka <redacted>
Fri, 31 Oct 2025 07:18:59 +0000 (16:18 +0900)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 21:38:03 +0000 (23:38 +0200)
commite2b3eca0dc6697682b38d22521ced6e887dd9bd7
treee79979e14dc30703db135e5f5d3df6280aad8f96
parent7ed570ee9471468378a117eeaa96c40db9ac192f
vulkan: Fix crash when FP16 mul_mat accumulation is not supported (llama/16796)

* Experimenting crash fix

* added assert for aborting and fixed comment

* changed to check if a pipeline is empty or not

* Moved function in class definition

* replaced with is_empty

* Modified is_empty to check only unaligned pipelines
ggml/src/ggml-vulkan/ggml-vulkan.cpp