This third patch moves the implementation of the user-facing
OpenMP API functions into its own file. For now, the code is
only moved, no cleanups applied yet.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40800
[libomptarget] Split implementation of API functions ClosedPublic Authored by Hahnfeld on Dec 4 2017, 12:00 PM.
Details Summary This third patch moves the implementation of the user-facing
Diff Detail
Event TimelineHahnfeld added a parent revision: D40799: [libomptarget] Split device functionality.Dec 4 2017, 12:00 PM Hahnfeld added a child revision: D40801: [libomptarget] Split implementation of interface functions. This revision is now accepted and ready to land.Dec 6 2017, 12:33 PM Closed by commit rL319971: [libomptarget] Split implementation of API functions (authored by Hahnfeld). · Explain WhyDec 6 2017, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125810 openmp/trunk/libomptarget/src/CMakeLists.txt
openmp/trunk/libomptarget/src/api.cpp
openmp/trunk/libomptarget/src/device.h
openmp/trunk/libomptarget/src/device.cpp
openmp/trunk/libomptarget/src/omptarget.cpp
|