This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] New clang/libomptarget map interface: new function signatures, libomptarget-side
ClosedPublic

Authored by grokos on Nov 21 2017, 9:15 AM.

Details

Summary

This is the complementary libomptarget patch which changes the __tgt_* API function signatures in preparation for the new map interface.

Changes are:

  1. Device IDs 32bits --> 64bits
  2. Flags 32bits --> 64bits

Clang patch: D40281

Diff Detail

Repository
rL LLVM

Event Timeline

grokos created this revision.Nov 21 2017, 9:15 AM
grokos edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 21 2017, 10:11 AM
This revision was automatically updated to reflect the committed changes.