[Openmp-commits] [openmp] [OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (PR #81996)
Kelvin Li via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 16 08:39:41 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
----------------
kkwli wrote:
Do we really need `KMP_ARCH_PPC` here?
https://github.com/llvm/llvm-project/pull/81996
More information about the Openmp-commits
mailing list