Increase max channles to 64 (#993)

[ROCm/rccl commit: 4ba65d1d6a]
This commit is contained in:
Wenkai Du
2023-12-01 16:01:11 -08:00
committed by GitHub
parent bf57487384
commit b38b7fa3a2
4 changed files with 4 additions and 11 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ union ncclLLFifoLine {
};
#define WARP_SIZE warpSize
#define MAXCHANNELS 32
#define MAXCHANNELS 64
#define NCCL_MAX_NTHREADS 256
#define NCCL_SIMPLE_MAX_NTHREADS NCCL_MAX_NTHREADS
#define NCCL_LL_MAX_NTHREADS NCCL_MAX_NTHREADS