[Openmp-commits] [PATCH] D23587: [OPENMP] Implementation of omp_get_default_device and omp_set_default_device

George Rokos via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 16 16:11:00 PDT 2016


grokos created this revision.
grokos added reviewers: tlwilmar, jlpeyton, hbae, AndreyChurbanov.
grokos added a subscriber: openmp-commits.
grokos set the repository for this revision to rL LLVM.

Implementation of missing OpenMP 4.0 API functions omp_get_default_device and omp_set_default_device.
Also, added support for the environment variable OMP_DEFAULT_DEVICE.


Repository:
  rL LLVM

https://reviews.llvm.org/D23587

Files:
  runtime/src/dllexports
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23587.68277.patch
Type: text/x-patch
Size: 9303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160816/f0d853d1/attachment-0001.bin>


More information about the Openmp-commits mailing list