[Openmp-commits] [PATCH] D95003: [OpenMP] libomp: implement OpenMP 5.1 nteams-var and teams-thread-limit-var ICVs

Andrey Churbanov via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 19 14:21:43 PST 2021


AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: tlwilmar, hbae, jlpeyton, Nawrin.
AndreyChurbanov added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
AndreyChurbanov requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95003

Files:
  openmp/runtime/src/dllexports
  openmp/runtime/src/include/omp.h.var
  openmp/runtime/src/include/omp_lib.f90.var
  openmp/runtime/src/include/omp_lib.h.var
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_ftn_entry.h
  openmp/runtime/src/kmp_ftn_os.h
  openmp/runtime/src/kmp_global.cpp
  openmp/runtime/src/kmp_runtime.cpp
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/test/api/omp_nteams_api.c
  openmp/runtime/test/api/omp_nteams_api_env.c
  openmp/runtime/test/api/omp_nteams_api_env2.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95003.317691.patch
Type: text/x-patch
Size: 15440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210119/f1330ad9/attachment.bin>


More information about the Openmp-commits mailing list