You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when an atomic operation is performed on a field in a global struct, the SPIR-V frontend's atomic upgrade machinery upgrades all of the fields in the struct errs with ``.
It should upgrade successfully without performing type upgrades on all fields.
In other words, upgrades should be done only for the one field that gets used atomically.