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
@@ -618,7 +618,7 @@ static void finishPlan(struct ncclKernelPlan* plan) {
int channelCount = 0;
//uint64_t channelMask = 0;
struct channelMasks channelMask;
for (int i =0; i < 4; i++) {
for (int i =0; i < MAXCHANNELS/64; i++) {
channelMask.masks[i] = 0;
}
bool hasProxyOps = false;