[Openmp-commits] [PATCH] D102188: [OpenMP] Add experimental nesting mode
Nawrin Sultana via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jun 2 12:25:34 PDT 2021
Nawrin added inline comments.
================
Comment at: openmp/runtime/src/kmp_runtime.cpp:8740
+ __kmp_nesting_mode_nlevels = KMP_MAX_ACTIVE_LEVELS_LIMIT;
+ else if (__kmp_nesting_mode > 1)
+ __kmp_nesting_mode_nlevels = __kmp_nesting_mode;
----------------
Could you please add a note about what KMP_NESTING_MODE > 1 means in the top where you described KMP_NESTING_MODE 0 and 1?
Repository:
rOMP OpenMP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102188/new/
https://reviews.llvm.org/D102188
More information about the Openmp-commits
mailing list