]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: throw system error instead of SIGABRT during init on older devices (#16156)
authorDmytro Minochkin <redacted>
Sat, 27 Sep 2025 16:26:46 +0000 (19:26 +0300)
committerGitHub <redacted>
Sat, 27 Sep 2025 16:26:46 +0000 (18:26 +0200)
commit0499b29c6f64c705faaf5860dc4600fca23671f4
tree569ae54ad1c34db1e802978df7b8eb21b7285f4b
parent234e2ff8ed09716fb553437596779399bee31b11
vulkan: throw system error instead of SIGABRT during init on older devices (#16156)

* Throw system error on old Vulkan driver rather than SIGABRT

* Optionally handle any potential error in vulkan init
ggml/src/ggml-vulkan/ggml-vulkan.cpp