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
when set env NCCL_GDRCOPY_SYNC_ENABLE=1, as I know that gdrcopy memory is device memory that host can access directly.
If enable gdrcopy sync feature, send conn head, recv conn tail will use gdrcopy memory, otherwise, send conn head,recv conn tail will use device memory that host can access directly.
what is the advantage of use gdrcopy memory compare with device memory?
when set env NCCL_GDRCOPY_SYNC_ENABLE=1, as I know that gdrcopy memory is device memory that host can access directly.
If enable gdrcopy sync feature, send conn head, recv conn tail will use gdrcopy memory, otherwise, send conn head,recv conn tail will use device memory that host can access directly.
what is the advantage of use gdrcopy memory compare with device memory?
gdcSync
The text was updated successfully, but these errors were encountered: