From be249ae356f9723eef1a3261ea1482d2163cf122 Mon Sep 17 00:00:00 2001 From: "Kapil S. Pawar" Date: Thu, 23 Oct 2025 09:26:35 -0500 Subject: [PATCH] Fix segmentation fault related to ext-profiler plugin (#1986) [ROCm/rccl commit: 912d53cabacbfdb50ea7ef0c63ef06b03dcf5a36] --- projects/rccl/ext-profiler/example/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/ext-profiler/example/event.h b/projects/rccl/ext-profiler/example/event.h index 4c1b8f53a9..9faccbea9c 100644 --- a/projects/rccl/ext-profiler/example/event.h +++ b/projects/rccl/ext-profiler/example/event.h @@ -12,7 +12,7 @@ #include #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)