This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by grokos on Nov 20 2017, 9:18 PM.

Details

Summary

This clang patch changes the __tgt_* API function signatures in preparation for the new map interface. A corresponding libomptarget patch will follow.

Changes are:

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

Libomptarget patch: D40313

Diff Detail

Repository
rL LLVM

Event Timeline

grokos created this revision.Nov 20 2017, 9:18 PM
This revision is now accepted and ready to land.Nov 21 2017, 6:09 AM
grokos edited the summary of this revision. (Show Details)Nov 21 2017, 9:17 AM
This revision was automatically updated to reflect the committed changes.