From 8cfbc0fbd13c79616f89e1b23aaca104b9304a8f Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Fri, 21 Mar 2025 21:33:32 -0500 Subject: [PATCH] [UT] Increase stack size for StandaloneTests to 480 (#1616) Signed-off-by: nileshnegi [ROCm/rccl commit: d6b987a53f422229ad8df8fab11c472db8662b5d] --- projects/rccl/test/common/StandaloneUtils.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rccl/test/common/StandaloneUtils.hpp b/projects/rccl/test/common/StandaloneUtils.hpp index 098746aba6..61dd408daf 100644 --- a/projects/rccl/test/common/StandaloneUtils.hpp +++ b/projects/rccl/test/common/StandaloneUtils.hpp @@ -26,7 +26,7 @@ } while(0) // should be 112, temp fix to make CI pass -#define MAX_STACK_SIZE 448 +#define MAX_STACK_SIZE 480 #ifdef ENABLE_LL128 #define MAX_STACK_SIZE_gfx90a 320 @@ -52,4 +52,4 @@ namespace RcclUnitTesting ArchInfo parseMetadata(const std::vector& list); } -#endif \ No newline at end of file +#endif