[all-commits] [llvm/llvm-project] 2de269: [OpenMP][AIX] Set worker stack size to 2 x KMP_DEF...
Xing Xue via All-commits
all-commits at lists.llvm.org
Fri Feb 16 12:12:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de269a641e4ffbb7a44e559c4c0a91bb66df823
https://github.com/llvm/llvm-project/commit/2de269a641e4ffbb7a44e559c4c0a91bb66df823
Author: Xing Xue <xingxue at outlook.com>
Date: 2024-02-16 (Fri, 16 Feb 2024)
Changed paths:
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_settings.cpp
Log Message:
-----------
[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stack size is too big (#81996)
This patch sets the stack size of worker threads to `2 x
KMP_DEFAULT_STKSIZE` (2 x 4MB) for AIX if the system stack size is too
big. Also defines maximum stack size for 32-bit AIX.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list