This adds AArch64 support to recently added part of the runtime responsible for offloading to target. This piece of code allows offloading-to-self on AArch64 machines.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D30644
[libomptarget] Add AArch64 support ClosedPublic Authored by pawosm01 on Mar 6 2017, 4:41 AM.
Details Summary This adds AArch64 support to recently added part of the runtime responsible for offloading to target. This piece of code allows offloading-to-self on AArch64 machines.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 6 2017, 12:49 PM Closed by commit rL297070: Add AArch64 support. (authored by pawosm01). · Explain WhyMar 6 2017, 1:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 90740 openmp/trunk/libomptarget/CMakeLists.txt
openmp/trunk/libomptarget/README.txt
openmp/trunk/libomptarget/plugins/CMakeLists.txt
openmp/trunk/libomptarget/plugins/aarch64/CMakeLists.txt
openmp/trunk/libomptarget/src/omptarget.cpp
openmp/trunk/libomptarget/test/offloading/offloading_success.c
openmp/trunk/libomptarget/test/offloading/offloading_success.cpp
|