]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: fix submission batching size, add debug tools for diagnosing causes of Device...
authorRuben Ortlam <redacted>
Thu, 6 Aug 2026 07:24:13 +0000 (09:24 +0200)
committerGitHub <redacted>
Thu, 6 Aug 2026 07:24:13 +0000 (10:24 +0300)
commit803b7fcae893e9caaee3921779628fef83ac0965
tree3a304219b037af466df8160ccbe813c3a64198f0
parentc8e03ce8122b7af76f836d53efde6df1ce5ec437
vulkan: fix submission batching size, add debug tools for diagnosing causes of DeviceLost drivers errors (#26371)

* vulkan: add debug tooling to get more information about a DeviceLost error

* fix submission threshold applied too late

* use logging macros, throw instead of aborting

* clean up circular dependency
ggml/src/ggml-vulkan/ggml-vulkan.cpp