From b098120c402ba34b61339760fcdf4891a600fa8b Mon Sep 17 00:00:00 2001 From: BertanDogancay Date: Thu, 15 Feb 2024 15:56:59 -0800 Subject: [PATCH] Increase max stack size when ll128 enabled --- test/common/StandaloneUtils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/StandaloneUtils.hpp b/test/common/StandaloneUtils.hpp index 7fc63e70df..6a71b63251 100644 --- a/test/common/StandaloneUtils.hpp +++ b/test/common/StandaloneUtils.hpp @@ -27,7 +27,7 @@ #define MAX_STACK_SIZE 112 #ifdef ENABLE_LL128 -#define MAX_STACK_SIZE_gfx90a 288 +#define MAX_STACK_SIZE_gfx90a 296 #else #define MAX_STACK_SIZE_gfx90a MAX_STACK_SIZE #endif