]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: allow graphics queue only through env var (#20599)
authorRuben Ortlam <redacted>
Tue, 17 Mar 2026 09:09:59 +0000 (10:09 +0100)
committerGitHub <redacted>
Tue, 17 Mar 2026 09:09:59 +0000 (10:09 +0100)
commit740a447fc38e6578a69bb578380c86998d75e286
tree0c42c5a0fa3cfe257cc965ec8ed2debfabbc9f38
parentb6c83aad55a4ce17ec96fced7770cd1be8758193
vulkan: allow graphics queue only through env var (#20599)

* vulkan: avoid graphics queue on non-RADV AMD drivers

* avoid graphics queues on small GPUs

* change to only use graphics queue if overridden with env var GGML_VK_ALLOW_GRAPHICS_QUEUE

* reenable transfer queue if graphics queue is not used
ggml/src/ggml-vulkan/ggml-vulkan.cpp