This is the complementary libomptarget patch which changes the __tgt_* API function signatures in preparation for the new map interface.
Changes are:
- Device IDs 32bits --> 64bits
- Flags 32bits --> 64bits
Clang patch: D40281
Paths
| Differential D40313
[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:
Clang patch: D40281
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 21 2017, 10:11 AM Closed by commit rL318790: [Clang][OpenMP] New clang/libomptarget map interface: new function signatures… (authored by grokos). · Explain WhyNov 21 2017, 10:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 123825 openmp/trunk/libomptarget/src/omptarget.h
openmp/trunk/libomptarget/src/omptarget.cpp
|