-
Notifications
You must be signed in to change notification settings - Fork 425
CUDA RNDV protocols
Devendar Bureddy edited this page May 16, 2020
·
2 revisions
The following are default rndv protocols with default UCX_RNDV_SCHEME=auto
- Sender stages cuda fragments and PUTs to destination Device buffer
- Sender stages cuda fragments and PUTs to destination Host buffer
- put_zcopy protocol
- get-zcopy protocol
- Receiver requests fragments from Sender (frag rtr) Sender stages fragments and PUTs to the receiver staging buffer and notifies (frag ATP) Receiver PUTs fragment to Device buffer.
- Sender pipelines cuda fragments and PUTs to destination Host buffer
- Receiver GETs host fragments and PUTs to destination Device buffer
- get-zcopy protocol
- put_zcopy protocol
- Sender stages cuda fragments and PUTs to destination Host buffer
- put_zcopy protocol
- get-zcopy protocol
- Sender stages cuda fragments and PUTs(IB)to destination Device buffer
- Sender pipelines cuda fragments and PUTs to destination Host buffer
- put_zcopy protocol (IB).
- get-zcopy protocol