[Openmp-commits] [PATCH] D154548: [Libomptarget] Remove the remote and ve plugins from libomptarget

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 5 14:50:53 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: RaviNarayanaswamy, ronlieb, carlo.bertolli, jdoerfert, JonChesterfield, ye-luo, tianshilei1992, atmnpatel.
Herald added a subscriber: mgrang.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.

These plugins are unmaintained and are not in a workable state. The VE
plugin has not been touched for years and has never had any running
tests. The remote plugin is in an unfinished state and is not production
ready upstream. These will need to be ported to the new nextgen
interface in the future if they are needed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154548

Files:
  openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
  openmp/libomptarget/plugins/CMakeLists.txt
  openmp/libomptarget/plugins/remote/CMakeLists.txt
  openmp/libomptarget/plugins/remote/include/Utils.h
  openmp/libomptarget/plugins/remote/include/openmp.proto
  openmp/libomptarget/plugins/remote/lib/Utils.cpp
  openmp/libomptarget/plugins/remote/server/CMakeLists.txt
  openmp/libomptarget/plugins/remote/server/OffloadingServer.cpp
  openmp/libomptarget/plugins/remote/server/Server.cpp
  openmp/libomptarget/plugins/remote/server/Server.h
  openmp/libomptarget/plugins/remote/src/CMakeLists.txt
  openmp/libomptarget/plugins/remote/src/Client.cpp
  openmp/libomptarget/plugins/remote/src/Client.h
  openmp/libomptarget/plugins/remote/src/rtl.cpp
  openmp/libomptarget/plugins/ve/CMakeLists.txt
  openmp/libomptarget/plugins/ve/src/rtl.cpp
  openmp/libomptarget/src/rtl.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154548.537512.patch
Type: text/x-patch
Size: 100874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230705/c750cda7/attachment-0001.bin>


More information about the Openmp-commits mailing list