[all-commits] [llvm/llvm-project] d7b120: [OpenMP] libomp: implement nteams-var and teams-th...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Mon Feb 1 11:54:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d7b12004bd7d6d9a592f1773101cbedd9daf8492
https://github.com/llvm/llvm-project/commit/d7b12004bd7d6d9a592f1773101cbedd9daf8492
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/include/omp.h.var
M openmp/runtime/src/include/omp_lib.f90.var
M openmp/runtime/src/include/omp_lib.h.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_ftn_entry.h
M openmp/runtime/src/kmp_ftn_os.h
M openmp/runtime/src/kmp_global.cpp
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/kmp_settings.cpp
A openmp/runtime/test/api/omp_nteams_api.c
A openmp/runtime/test/api/omp_nteams_api_env.c
A openmp/runtime/test/api/omp_nteams_api_env2.c
Log Message:
-----------
[OpenMP] libomp: implement nteams-var and teams-thread-limit-var ICVs
The change includes OMP_NUM_TEAMS, OMP_TEAMS_THREAD_LIMIT env variables,
omp_set_num_teams, omp_get_max_teams, omp_set_teams_thread_limit,
omp_get_teams_thread_limit routines.
Differential Revision: https://reviews.llvm.org/D95003
More information about the All-commits
mailing list