[Openmp-commits] [PATCH] D86483: [OpenMP] Always emit debug messages that indicate offloading failure

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 26 13:28:22 PDT 2020


jhuber6 updated this revision to Diff 288099.
jhuber6 added a comment.

Fixed formatting. Some of the libomptarget test files seem to just randomly fail between tests, which makes it kind of annoying to test for correctness. Hopefully nothing breaks in the background.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86483/new/

https://reviews.llvm.org/D86483

Files:
  openmp/libomptarget/src/api.cpp
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/omptarget.cpp
  openmp/libomptarget/src/private.h
  openmp/libomptarget/src/rtl.cpp
  openmp/libomptarget/test/mapping/alloc_fail.c
  openmp/libomptarget/test/mapping/present/target.c
  openmp/libomptarget/test/mapping/present/target_array_extension.c
  openmp/libomptarget/test/mapping/present/target_data_array_extension.c
  openmp/libomptarget/test/mapping/present/target_enter_data.c
  openmp/libomptarget/test/mapping/present/zero_length_array_section.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86483.288099.patch
Type: text/x-patch
Size: 24261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200826/3653f88b/attachment-0001.bin>


More information about the Openmp-commits mailing list