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

This commit is contained in:
Wenkai Du
2021-11-11 14:21:51 -08:00
51 changed files with 1774 additions and 1252 deletions
+2
View File
@@ -10,6 +10,7 @@
#include "nccl.h"
#include "devcomm.h"
#include "collectives.h"
typedef enum {
ncclPatternRing,
@@ -39,6 +40,7 @@ struct ncclInfo {
int chunkSteps;
int sliceSteps;
// Computed later
ncclDevRedOpFull opFull;
int algorithm;
int protocol;
ncclPattern_t pattern;