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
Non-blocking atomic fetch uses fi_fetch_atomic with DELIVERY_COMPLETE flag. This ensures that the value is fetched before returning. Should it use the FI_INJECT without any completion semantics?
Also, for the same reason, does the blocking atomic fetch require a call to get_wait?
The text was updated successfully, but these errors were encountered:
Non-blocking atomic fetch uses fi_fetch_atomic with DELIVERY_COMPLETE flag. This ensures that the value is fetched before returning. Should it use the FI_INJECT without any completion semantics?
Also, for the same reason, does the blocking atomic fetch require a call to
get_wait
?The text was updated successfully, but these errors were encountered: