[Openmp-commits] [PATCH] D113836: [OpenMP][NFCI] Unify registration of target entries across plugins [WIP]

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 13 15:09:26 PST 2021


jdoerfert created this revision.
jdoerfert added reviewers: jhuber6, ggeorgakoudis, tianshilei1992, JonChesterfield.
Herald added subscribers: kerbowa, guansong, bollu, yaxunl, mgorny, nhaehnle, jvesely.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.

All plugins need to read the target entries and "register" them to some
degree. Almost all of that code is common across plugins and as we
already have multiple now it's time to extract the code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113836

Files:
  openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
  openmp/libomptarget/plugins/common/CMakeLists.txt
  openmp/libomptarget/plugins/common/DeviceInterface/DeviceInterface.h
  openmp/libomptarget/plugins/cuda/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113836.387049.patch
Type: text/x-patch
Size: 24914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211113/549a0358/attachment-0001.bin>


More information about the Openmp-commits mailing list