Merge remote-tracking branch 'nccl/master' into develop

[ROCm/rccl commit: a4ea1fed5b]
이 커밋은 다음에 포함됨:
Wenkai Du
2021-04-30 16:57:36 -07:00
80개의 변경된 파일3136개의 추가작업 그리고 1675개의 파일을 삭제
+2 -4
파일 보기
@@ -17,6 +17,7 @@ struct allGather1Data_t {
// AllGather3 - begin
struct ncclGraphInfo {
int pattern;
int nChannels;
int sameChannels;
float speedIntra;
float speedInter;
@@ -25,11 +26,8 @@ struct ncclGraphInfo {
};
struct allGather3Data_t{
int cudaCompCap;
int fullCudaCompCap;
int nChannels;
int collNetSupport;
int nc;
int alltoallDisable;
struct ncclGraphInfo tree;
struct ncclGraphInfo ring;
struct ncclGraphInfo collNet;