-
Notifications
You must be signed in to change notification settings - Fork 116
Add support for ucc_mem_map and ucc_mem_unmap #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ucc_mem_map and ucc_mem_unmap #1070
Conversation
Can one of the admins verify this patch? |
61ab0da
to
4a2f9c6
Compare
@janjust @nsarka Can you test on your setup? Ask @wfaderhold21 for details. |
f02340e
to
41f0b4e
Compare
1a327f1
to
ebc57c5
Compare
Example user usage of API changes: https://github.com/wfaderhold21/simple-ucc-ex |
23d5050
to
9691c1f
Compare
@Sergei-Lebedev Thank you for the feedback. I believe I have addressed all your concerns. Please let me know if I haven't. |
@janjust do we need more code review concerning this PR or can we apply the completed label? |
thanks, I reviewed only part of this PR since it's big. I will continue reviewing this week. |
CL/BASIC: add support for ucc_mem_map/unmap CL/HIER: add support for ucc_mem_map/unmap CL/DOCA_UROM: add support for ucc_mem_map/unmap TL/CUDA: add support for ucc_mem_map/unmap TL/MLX5: add support for ucc_mem_map/unmap TL/NCCL: add support for ucc_mem_map/unmap TL/RCCL: add support for ucc_mem_map/unmap TL/SELF: add support for ucc_mem_map/unmap TL/SHARP: add support for ucc_mem_map/unmap
TL/UCP: add support for communication with memmap REVIEW: various fixes TL/UCP: Enable multiple packed buffers
TL/UCP: additional support for memh in onesided alltoall
4b7b11d
to
0870c18
Compare
ok to test |
What
Implementation of PR #1037
NOTE: branch is branched from #1037 and will need to be rebased before merging