Skip to content
llama.cpp releases · Infrastructure

b10078

vulkan: Refactor vk_queue to use per-instance mutexes and unique handles (#23570) Refactor vk_queue to use per-instance mutexes and unique handles integrates VK_KHR_internally_synchronized_queues, abstracting the queue submission into a polymorphic interface that completely bypasses host-side mutex locking when driver-