From 59597ad8a7d2152a0b76e3d2f85ebcb38fe3f0ab Mon Sep 17 00:00:00 2001 From: Arm Patinyasakdikul Date: Thu, 22 May 2025 13:21:29 -0500 Subject: [PATCH] Test: bump max stacksize once again to match current expectation. [ROCm/rccl commit: c07445d5b45c995d6698b759577fb33da3b6588f] --- projects/rccl/test/common/StandaloneUtils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/test/common/StandaloneUtils.hpp b/projects/rccl/test/common/StandaloneUtils.hpp index b47e538353..c2615a6cbd 100644 --- a/projects/rccl/test/common/StandaloneUtils.hpp +++ b/projects/rccl/test/common/StandaloneUtils.hpp @@ -25,7 +25,7 @@ } \ } while(0) -#define MAX_STACK_SIZE 520 +#define MAX_STACK_SIZE 570 #ifdef ENABLE_LL128 #define MAX_STACK_SIZE_gfx90a 360