-
Notifications
You must be signed in to change notification settings - Fork 427
06 17 2020
Manjunath Gorentla Venkata edited this page Jun 17, 2020
·
1 revision
- Manjunath Gorentla Venkata
- Sergey Lebedev
- Valentin Petrov
- Alex Margolin
- Gil Bloch
- Ken Raffenetti
-
Discussion on Thread model
- MPI/SHMEM_THREAD_SERIALIZED to be mapped onto UCC_THREAD_FUNNELED Conclusion: Support three threads models - SINGLE, SERIALIZED, and MULTIPLE.
-
Discussion Input/output Buffer ownership Conclusion:
- Library to own the buffers - during the ucc_collective_init, post, and test calls.
- User to own the buffers between the init and post calls
-
FP16 and BFloat16
- Support FP16 reductions for now, and punt BFloat16 support for later
-
Split operation
- Support the current interface, not a generic interface
- ucc_status_t ucc_team_create_from_parent( uint64_t my_ep, bool included, ucc_team_h parent_team, ucc_team_h *new_ucc_team);
-
Discussed the component diagram and freeze the changes for now
- June 24th, 2020