]> git.djapps.eu Git - pkg/ggml/sources/llama.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)
committerGitHub <redacted>
Fri, 31 Jul 2026 14:26:37 +0000 (16:26 +0200)
commiteb41d503ba9496b816ff4180a34780bc13a4f4b8
tree85c02068c7b413335c89d0687a6f67822e2eddbd
parentdb7d8b24b5197ca39435cf47b3c1ba039b53605b
vulkan: Introduce driver version check for Windows Intel GPU to mitigate crashing (#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