From 523e0893e40f943d49ea381a87db3dea58e2e88a Mon Sep 17 00:00:00 2001 From: Arm Patinyasakdikul Date: Wed, 21 May 2025 13:29:47 -0500 Subject: [PATCH] Test: Change max stack size to 520 to accomodate new ROCm changes. --- test/common/StandaloneUtils.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/common/StandaloneUtils.hpp b/test/common/StandaloneUtils.hpp index 119ab6e1e9..b47e538353 100644 --- a/test/common/StandaloneUtils.hpp +++ b/test/common/StandaloneUtils.hpp @@ -25,8 +25,7 @@ } \ } while(0) -// should be 112, temp fix to make CI pass -#define MAX_STACK_SIZE 496 +#define MAX_STACK_SIZE 520 #ifdef ENABLE_LL128 #define MAX_STACK_SIZE_gfx90a 360