[Openmp-commits] [openmp] [OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (PR #81996)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 16 09:18:45 PST 2024


================
@@ -1181,7 +1181,11 @@ extern void __kmp_init_target_task();
 #define KMP_MIN_STKSIZE ((size_t)(32 * 1024))
 #endif
 
+#if KMP_OS_AIX && KMP_ARCH_PPC
----------------
shiltian wrote:

I had similar doubts when I saw the first AIX patch months ago. 😄

https://github.com/llvm/llvm-project/pull/81996


More information about the Openmp-commits mailing list