UPSTREAM PR #18302: vulkan: fix command buffer corruption in ggml_backend_vk_event_wait#667
UPSTREAM PR #18302: vulkan: fix command buffer corruption in ggml_backend_vk_event_wait#667loci-dev wants to merge 1 commit into
Conversation
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #667PR Context: Vulkan backend bug fix for command buffer corruption in Analysis ResultThis PR introduces a correctness fix in the Vulkan backend event synchronization path. The changes add proper cleanup of transfer context resources and debug logging to three functions in
Code Changes:
Performance Impact: |
3 similar comments
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #667PR Context: Vulkan backend bug fix for command buffer corruption in Analysis ResultThis PR introduces a correctness fix in the Vulkan backend event synchronization path. The changes add proper cleanup of transfer context resources and debug logging to three functions in
Code Changes:
Performance Impact: |
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #667PR Context: Vulkan backend bug fix for command buffer corruption in Analysis ResultThis PR introduces a correctness fix in the Vulkan backend event synchronization path. The changes add proper cleanup of transfer context resources and debug logging to three functions in
Code Changes:
Performance Impact: |
|
Explore the complete analysis inside the Version Insights Performance Analysis Summary - PR #667PR Context: Vulkan backend bug fix for command buffer corruption in Analysis ResultThis PR introduces a correctness fix in the Vulkan backend event synchronization path. The changes add proper cleanup of transfer context resources and debug logging to three functions in
Code Changes:
Performance Impact: |
49ab457 to
f221a43
Compare
7aa8b1c to
027726b
Compare
Mirrored from ggml-org/llama.cpp#18302
Fixes #18297.
The async download paths that I had been using to test events weren't hitting event_wait, and this bug slipped through.