2
0

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

Este cometimento está contido em:
Wenkai Du
2021-04-30 16:57:36 -07:00
ascendente 4f8e788a61 a46ea10583
cometimento a4ea1fed5b
80 ficheiros modificados com 3136 adições e 1675 eliminações
+2 -4
Ver ficheiro
@@ -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;