[Openmp-commits] [PATCH] D17411: Add initial OpenMP 4.5 task priority feature

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 18 13:45:42 PST 2016


jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, AndreyChurbanov.
jlpeyton added subscribers: andreybokhanko, ABataev, openmp-commits.
jlpeyton set the repository for this revision to rL LLVM.

The maximum task priority value is read from envirable OMP_MAX_TASK_PRIORITY.  But as of now, nothing is done with it.  
We just handle the environment variable and add the new api: omp_get_max_task_priority() which returns that value or zero if it is not set.

Repository:
  rL LLVM

http://reviews.llvm.org/D17411

Files:
  runtime/src/dllexports
  runtime/src/include/41/omp.h.var
  runtime/src/include/41/omp_lib.f.var
  runtime/src/include/41/omp_lib.f90.var
  runtime/src/include/41/omp_lib.h.var
  runtime/src/kmp.h
  runtime/src/kmp_ftn_entry.h
  runtime/src/kmp_ftn_os.h
  runtime/src/kmp_global.c
  runtime/src/kmp_settings.c
  runtime/src/kmp_tasking.c
  runtime/test/lit.cfg
  runtime/test/tasking/omp_task_priority.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17411.48399.patch
Type: text/x-patch
Size: 15386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160218/33f983cb/attachment-0001.bin>


More information about the Openmp-commits mailing list