llama.cpp
d6fe40fa
- vulkan: Fix test-thread-safety crashes (#17024)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
59 days ago
vulkan: Fix test-thread-safety crashes (#17024) The std::map pipeline_flash_attn_f32_f16 could be searched and inserted at the same time, which needs to hold the lock. To be safe, hold the lock for all of ggml_vk_load_shaders.
References
#17024 - vulkan: Fix test-thread-safety crashes
Author
jeffbolznv
Parents
e14e842e
Loading