[Libomptarget] Remove the remote and ve plugins from libomptarget
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 5 Jul 2023 21:45:18 +0000 (16:45 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 5 Jul 2023 22:39:46 +0000 (17:39 -0500)
commit70c08dbcfb8eacb1a8901fd6fdbd6d3192749d0a
tree7fa03160ccabe6eb614c21d9956c5027012fc977
parent49dfbc6efc64bcd9031bc80fd20f4be080ebf56e
[Libomptarget] Remove the remote and ve plugins from libomptarget

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.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D154548
17 files changed:
openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
openmp/libomptarget/plugins/CMakeLists.txt
openmp/libomptarget/plugins/remote/CMakeLists.txt [deleted file]
openmp/libomptarget/plugins/remote/include/Utils.h [deleted file]
openmp/libomptarget/plugins/remote/include/openmp.proto [deleted file]
openmp/libomptarget/plugins/remote/lib/Utils.cpp [deleted file]
openmp/libomptarget/plugins/remote/server/CMakeLists.txt [deleted file]
openmp/libomptarget/plugins/remote/server/OffloadingServer.cpp [deleted file]
openmp/libomptarget/plugins/remote/server/Server.cpp [deleted file]
openmp/libomptarget/plugins/remote/server/Server.h [deleted file]
openmp/libomptarget/plugins/remote/src/CMakeLists.txt [deleted file]
openmp/libomptarget/plugins/remote/src/Client.cpp [deleted file]
openmp/libomptarget/plugins/remote/src/Client.h [deleted file]
openmp/libomptarget/plugins/remote/src/rtl.cpp [deleted file]
openmp/libomptarget/plugins/ve/CMakeLists.txt [deleted file]
openmp/libomptarget/plugins/ve/src/rtl.cpp [deleted file]
openmp/libomptarget/src/rtl.cpp