From 24d9e1c36bb3c42e1bbdbdb7cd2aa73541107657 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 [ROCm/rccl commit: b098120c402ba34b61339760fcdf4891a600fa8b] --- 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 7fc63e70df..6a71b63251 100644 --- a/projects/rccl/test/common/StandaloneUtils.hpp +++ b/projects/rccl/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