[Openmp-commits] [PATCH] D105325: [Libomptarget] Experimental Remote Plugin Fixes
Atmn Patel via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 1 17:13:19 PDT 2021
atmnpatel created this revision.
atmnpatel added reviewers: jdoerfert, JonChesterfield.
atmnpatel requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
D97883 <https://reviews.llvm.org/D97883> introduced a compile-time error in the experimental remote offloading
libomptarget plugin, this patch fixes it and resolves a number of
inconsistencies in the plugin as well:
1. Non-functional Asynchronous API
2. Unnecessarily verbose debug printing
3. Misc. code clean ups
This is not intended to make any functional changes to the plugin.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105325
Files:
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/OffloadingServer.cpp
openmp/libomptarget/plugins/remote/server/Server.cpp
openmp/libomptarget/plugins/remote/server/Server.h
openmp/libomptarget/plugins/remote/src/Client.cpp
openmp/libomptarget/plugins/remote/src/Client.h
openmp/libomptarget/plugins/remote/src/rtl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105325.356051.patch
Type: text/x-patch
Size: 70490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210702/3e80eb0a/attachment-0001.bin>
More information about the Openmp-commits
mailing list