set MAXCHANNELS to 128

This commit is contained in:
Nusrat Islam
2024-05-23 15:27:43 -05:00
parent 9f654f6cf5
commit ef442f8f92
7 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ struct ncclNvlsMcHandleList {
};
struct channelMasks {
uint64_t masks[4];
uint64_t masks[MAXCHANNELS/64];
};
struct ncclKernelPlan {
+2 -1
View File
@@ -61,7 +61,8 @@ union ncclLLFifoLine {
};
#define WARP_SIZE warpSize
#define MAXCHANNELS 256
#define MAXCHANNELS 128
#define CHANNEL_LIMIT 16
#define NCCL_MAX_NTHREADS 256