Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GroupMemoryBarrierWithGroupSync only works on groupshared memory - it…
… doesn't block on global memory accesses. The fix is to copy the values to be processed by InterlockedAdd into shared array. The previous test ran successfully on Dx11, but broke on Dx12. (#586)
- Loading branch information