[Openmp-commits] [PATCH] D50522: [OpenMP][libomptarget] Bringing up to spec with respect to OMP_TARGET_OFFLOAD env var

Alexandre Eichenberger via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 10 15:12:41 PDT 2018


AlexEichenberger updated this revision to Diff 160190.
AlexEichenberger added a comment.

Added a mutex around changing DEFAULT to MANDATORY or DISABLED
Added proper action when discovering failure (which is immediate abort of function being performed)
Failure to locate data during an update is now tolerated (a warning could be issued)


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D50522

Files:
  libomptarget/src/device.cpp
  libomptarget/src/device.h
  libomptarget/src/interface.cpp
  libomptarget/src/omptarget.cpp
  libomptarget/src/private.h
  libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50522.160190.patch
Type: text/x-patch
Size: 19010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180810/5190d15b/attachment-0001.bin>


More information about the Openmp-commits mailing list