Fix segmentation fault related to ext-profiler plugin (#1986)

Este commit está contenido en:
Kapil S. Pawar
2025-10-23 09:26:35 -05:00
cometido por GitHub
padre c2e71e83d1
commit 912d53caba
+1 -1
Ver fichero
@@ -12,7 +12,7 @@
#include <unistd.h>
#include "profiler.h"
#define MAX_CHANNELS 32
#define MAX_CHANNELS 128 // Match RCCL's MAXCHANNELS
#define MAX_STEPS 16
#define MAX_OPS 16 // Up to 64K ranks for PAT
#define MAX_EVENTS_PER_REQ (8)