Fix segmentation fault related to ext-profiler plugin (#1986)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "profiler.h"
|
#include "profiler.h"
|
||||||
|
|
||||||
#define MAX_CHANNELS 32
|
#define MAX_CHANNELS 128 // Match RCCL's MAXCHANNELS
|
||||||
#define MAX_STEPS 16
|
#define MAX_STEPS 16
|
||||||
#define MAX_OPS 16 // Up to 64K ranks for PAT
|
#define MAX_OPS 16 // Up to 64K ranks for PAT
|
||||||
#define MAX_EVENTS_PER_REQ (8)
|
#define MAX_EVENTS_PER_REQ (8)
|
||||||
|
|||||||
Viittaa uudesa ongelmassa
Block a user