If I use async_op=True
when doing an all_gather
, do I need to explicitly call op.wait
, before using the resulting tensor?
If I use async_op=True
when doing an all_gather
, do I need to explicitly call op.wait
, before using the resulting tensor?