[PATCH] D116907: [OpenMP][NFCI] Move headers into llvm/Frontend/OpenMP to be reusable

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 9 19:14:49 PST 2022


jdoerfert created this revision.
jdoerfert added reviewers: jhuber6, tianshilei1992, JonChesterfield.
Herald added subscribers: asavonic, kerbowa, guansong, bollu, yaxunl, mgorny, nhaehnle, jvesely.
jdoerfert requested review of this revision.
Herald added subscribers: llvm-commits, sstefan1.
Herald added projects: OpenMP, LLVM.

The headers contain type definitions we can and want to reuse between
the device runtime, the plugins, libomptarget, and soon the compiler
itself.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116907

Files:
  llvm/include/llvm/Frontend/OpenMP/DeviceEnvironment.h
  llvm/include/llvm/Frontend/OpenMP/SourceInfo.h
  openmp/libomptarget/DeviceRTL/CMakeLists.txt
  openmp/libomptarget/DeviceRTL/src/Configuration.cpp
  openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
  openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
  openmp/libomptarget/deviceRTLs/common/src/support.cu
  openmp/libomptarget/deviceRTLs/common/support.h
  openmp/libomptarget/deviceRTLs/nvptx/CMakeLists.txt
  openmp/libomptarget/deviceRTLs/target_interface.h
  openmp/libomptarget/include/DeviceEnvironment.h
  openmp/libomptarget/include/SourceInfo.h
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/plugins/CMakeLists.txt
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/cuda/src/rtl.cpp
  openmp/libomptarget/src/private.h
  openmp/libomptarget/tools/deviceinfo/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116907.398486.patch
Type: text/x-patch
Size: 11532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220110/705d0966/attachment.bin>


More information about the llvm-commits mailing list