Add direct allgather algorithm (#1868)
* add direct allgather algorithm * minor fix * add debug print for memory allocation tracker * add message size threshold for direct allgather * scatter transfers across ranks * update changelog * minor fix * Update CHANGELOG.md Co-authored-by: Jeffrey Novotny <jnovotny@amd.com> * enable direct AG when pxn is ON on MI300X or MI350 --------- Co-authored-by: Jeffrey Novotny <jnovotny@amd.com>
This commit is contained in:
@@ -690,6 +690,9 @@ struct ncclComm {
|
||||
// Unroll factor for comm [RCCL]
|
||||
int unroll;
|
||||
|
||||
// custom collective
|
||||
bool enableCustColl;
|
||||
|
||||
uint64_t endMagic;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user