Increase max channles to 64 (#993)

This commit is contained in:
Wenkai Du
2023-12-01 16:01:11 -08:00
committed by GitHub
parent 0b53f79196
commit 4ba65d1d6a
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