]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: Introduce driver version check for Windows Intel GPU to mitigate crashing...
authorMasato Nakasaka <redacted>
Fri, 31 Jul 2026 14:26:37 +0000 (23:26 +0900)
committerGeorgi Gerganov <redacted>
Tue, 4 Aug 2026 10:37:47 +0000 (13:37 +0300)
commit153a336f660f6472b3f28bf8dccd105304893b22
tree4122371fff35c4347adf2e80683db21a702ca661
parent50c198c3d0f123e03ff8149f91db0e676ae798a8
vulkan: Introduce driver version check for Windows Intel GPU to mitigate crashing (llama/25192)

* Removed crash guard for Intel

Crash fixed from driver 32.0.101.8860

* Added driver version check for windows

* Change to convert from driverVersion rather than string

* No need to use signed

* Refactor

* allow GPU other than Xe2+

* adjusted function body position
ggml/src/ggml-vulkan/ggml-vulkan.cpp