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
Looking at atomic ref implementation, seems like the root cause is when declaring the buffer for the atomic builtin to write the value to(e.g. load), the buffer's type is same as the type that instantiated the atomic_ref tempalte.