Skip to content

vulkan/radix_sort/scatter: Add gl_Semantics flags to atomicStore/Load

Kevin Chuang requested to merge kaiwenjon/mesa:scatter-flags-atomics into main

Based on !28446 (closed)

We observed that the result of atomicStore is not seen by subsequent atomicLoad on intel HW without the flags.

Other drivers/HWs seems to be lucky to not hit this issue.

Merge request reports

Loading