]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Sat, 1 Nov 2025 07:41:35 +0000 (09:41 +0200)
commitbef4e1ddd9358da1901aeea5d0cf94a975006581
tree65d8bc7aedf53f437db1a54c21a6d9b508691b0c
parentd029dac8cecf469fcb5b33bfa7842b9cd7685faa
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
src/ggml-vulkan/ggml-vulkan.cpp