Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OMPT] Second chunk of final OMPT 5.0 interface updates | Joachim Protze | 2019-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | The omp-tools.h file is generated from the OpenMP spec to ensure that the interface is implemented as specified. The other changes are necessary to update the interface implementation to the final version as published in 5.0. The omp-tools.h header was previously called ompt.h, currently a copy under this name is installed for legacy tools. Patch partially perpared by @sconvent Reviewers: AndreyChurbanov, hbae, Hahnfeld Reviewed By: hbae Tags: #openmp, #ompt Differential Revision: https://reviews.llvm.org/D55579 llvm-svn: 351197 | ||||
* | Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4). | Joachim Protze | 2017-11-01 | 1 | -0/+62 |
The code is tested to work with latest clang, GNU and Intel compiler. The implementation is optimized for low overhead when no tool is attached shifting the cost to execution with tool attached. This patch does not implement OMPT for libomptarget. Patch by Simon Convent and Joachim Protze Differential Revision: https://reviews.llvm.org/D38185 llvm-svn: 317085 |