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
Ordering is very important for certain operations in broadcast, and try_recv. Investigate weather the std::sync::atomic::fence needs to be added to these functions where appropriate.
between store and wi.inc in broadcast.
between val load and loop in try_recv.
The text was updated successfully, but these errors were encountered:
filipdulic
changed the title
Add atomic:fence in broadcast and try_receive
Investigate if atomic:fence needs to be added in broadcast and try_receive
May 10, 2020
Ordering is very important for certain operations in broadcast, and try_recv. Investigate weather the std::sync::atomic::fence needs to be added to these functions where appropriate.
The text was updated successfully, but these errors were encountered: