[Openmp-commits] [PATCH] D44522: [Libomptarget] Full implementation of the target-offload-icv

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 16 09:27:11 PDT 2018


grokos updated this revision to Diff 138724.
grokos added a comment.

Waiting for the libomp-side patch for `OMP_TARGET_OFFLOAD`, I removed parsing this env var from within libomptarget and now this revision only implements the internal logic to handle whatever libomptarget will get by querying libomp. (there is already some code checking for `OMP_TARGET_OFFLOAD==DISABLED`, I'm leaving it there in order not to break systems which make use of this option right now)


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D44522

Files:
  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: D44522.138724.patch
Type: text/x-patch
Size: 6486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180316/ddb944c7/attachment-0001.bin>


More information about the Openmp-commits mailing list