github ggml-org/llama.cpp b8239

latest releases: b8250, b8249, b8248...
one day ago
Details

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

macOS/iOS:

Linux:

Windows:

openEuler:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.