[all-commits] [llvm/llvm-project] 21e926: [Libomptarget] Experimental Remote Plugin Fixes

Atmn Patel via All-commits all-commits at lists.llvm.org
Fri Jul 2 09:39:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21e92612c006ef8aa2744f5fff6d0a060e6524e3
      https://github.com/llvm/llvm-project/commit/21e92612c006ef8aa2744f5fff6d0a060e6524e3
  Author: Atmn Patel <atmndp at gmail.com>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    M openmp/libomptarget/plugins/remote/include/Utils.h
    M openmp/libomptarget/plugins/remote/include/openmp.proto
    M openmp/libomptarget/plugins/remote/lib/Utils.cpp
    M openmp/libomptarget/plugins/remote/server/OffloadingServer.cpp
    M openmp/libomptarget/plugins/remote/server/Server.cpp
    M openmp/libomptarget/plugins/remote/server/Server.h
    M openmp/libomptarget/plugins/remote/src/Client.cpp
    M openmp/libomptarget/plugins/remote/src/Client.h
    M openmp/libomptarget/plugins/remote/src/rtl.cpp

  Log Message:
  -----------
  [Libomptarget] Experimental Remote Plugin Fixes

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.

Differential Revision: https://reviews.llvm.org/D105325




More information about the All-commits mailing list