Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OMPT] First chunk of final OMPT 5.0 interface updates | Joachim Protze | 2018-12-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | This patch updates the implementation of the ompt_frame_t, ompt_wait_id_t and ompt_state_t. The final version of the OpenMP 5.0 spec added the "t" for these types. Furthermore the structure for ompt_frame_t changed and allows to specify that the reenter frame belongs to the runtime. Patch partially prepared by Simon Convent Reviewers: hbae llvm-svn: 349458 | ||||
* | [OMPT] Fix typo in test parallel/nested_thread_num.c | Jonas Hahnfeld | 2018-07-25 | 1 | -1/+1 |
| | | | | | | | This caused test failures with GCC since its initial commit in r336085 (https://reviews.llvm.org/D46533). llvm-svn: 337911 | ||||
* | [OMPT] Provide the right thread_num for ancestor levels | Joachim Protze | 2018-07-02 | 1 | -0/+357 |
The current implementation always provides the thread-num for the current parallel region. This patch fixes the behavior for ancestor levels >0. Differential Revision: https://reviews.llvm.org/D46533 llvm-svn: 336085 |