Skip to content

CL: Fix vstore_local on Intel

Boris Brezillon requested to merge ms/cl-vstore-local-fix into msclc-d3d12

Doing a RMW on a vector is not atomic, and that's exactly what vtn_local_store() does when it sees a vector that's cast to an array on which one entry is then updated. Let's keep the store as-is in that case.

Edited by Boris Brezillon

Merge request reports