This is an archive of the discontinued LLVM Phabricator instance.

[Libomptarget] Experimental Remote Plugin Fixes
ClosedPublic

Authored by atmnpatel on Jul 1 2021, 5:13 PM.

Details

Summary

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.

Diff Detail

Event Timeline

atmnpatel requested review of this revision.Jul 1 2021, 5:13 PM
atmnpatel created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2021, 5:13 PM
This revision is now accepted and ready to land.Jul 1 2021, 9:22 PM
This revision was landed with ongoing or failed builds.Jul 2 2021, 9:39 AM
This revision was automatically updated to reflect the committed changes.