]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: Fix crash when FP16 mul_mat accumulation is not supported (#16796)
authorMasato Nakasaka <redacted>
Fri, 31 Oct 2025 07:18:59 +0000 (16:18 +0900)
committerGitHub <redacted>
Fri, 31 Oct 2025 07:18:59 +0000 (08:18 +0100)
commit2976b0374d36609b0429dd6ce48807e2ad39a7c2
treecbe86e39deb0c5ead14213d18c6c839b205e47fb
parentd2a2673dd1c86a01ab010e18b13b8bb959968c48
vulkan: Fix crash when FP16 mul_mat accumulation is not supported (#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