From c68b558ed56f46f70809579f7bdf4c19836dfa91 Mon Sep 17 00:00:00 2001 From: corey-derochie-amd <161367113+corey-derochie-amd@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:04:51 -0700 Subject: [PATCH] Increased gfx90a stack size expectation to 320 to match latest compiler. (#1487) --- 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 0c23f65d41..7e8f10b42a 100644 --- a/test/common/StandaloneUtils.hpp +++ b/test/common/StandaloneUtils.hpp @@ -28,7 +28,7 @@ #define MAX_STACK_SIZE 448 #ifdef ENABLE_LL128 -#define MAX_STACK_SIZE_gfx90a 296 +#define MAX_STACK_SIZE_gfx90a 320 #else #define MAX_STACK_SIZE_gfx90a MAX_STACK_SIZE #endif