[Openmp-commits] [PATCH] D132074: [OpenMP] Add option to assert no nested OpenMP parallelism on the GPU

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 23 07:55:40 PDT 2022


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

Fix missing `()` in assertion and accidentally deleting device libs addition.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132074

Files:
  clang/include/clang/Basic/LangOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/OpenMP/target_globals_codegen.cpp
  openmp/libomptarget/DeviceRTL/include/Configuration.h
  openmp/libomptarget/DeviceRTL/src/Configuration.cpp
  openmp/libomptarget/DeviceRTL/src/Parallelism.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132074.454845.patch
Type: text/x-patch
Size: 11944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220823/a6b13bff/attachment-0001.bin>


More information about the Openmp-commits mailing list