Files
koboldcpp/ggml/src
Jeff Bolz cd18a50ea5 vulkan: Fix data races in coopmat1 mul_mat(_id) (#20084)
* vulkan: Fix data races in coopmat1 mul_mat(_id)

Add barriers between coopmat store and regular loads. We sort of got away with
this because it was the same subgroup accessing the values, but it's still a
race and may not work.

* switch to subgroup control barriers
2026-03-08 12:33:48 +01:00
..
2026-01-29 11:10:53 +01:00
2026-03-06 18:03:05 -08:00
2025-08-05 22:10:36 +03:00
2025-08-05 22:10:36 +03:00
2026-03-07 15:41:10 +08:00