Merge branch 'develop' into 2.13.4

This commit is contained in:
Gilbert Lee
2022-09-09 23:07:04 +00:00
12 changed files with 261 additions and 28 deletions
+2
View File
@@ -277,6 +277,8 @@ struct ncclComm {
int persistentRefs; // number of persistent plan-lists capturing this comm
struct ncclTasks tasks;
hipStream_t sideStream; // [RCCL] Cached non-captured stream
// user-created reduction ops
int userRedOpCapacity, userRedOpFreeHead;
ncclUserRedOp *userRedOps;