For non-serialized parallel regions the master thread issued two callbacks: The first one in kmp_gsupport.c and the second in __kmp_join_call. Therefore only trigger the callback in kmp_gsupport.c for serialized parallel regions.
Details
Details
- Reviewers
jlpeyton jmellorcrummey omalyshe - Commits
- rG1c1c71776a61: [OMPT] Fix duplicate implicit_task_end events for master thread with GCC
rOMP264264: [OMPT] Fix duplicate implicit_task_end events for master thread with GCC
rL264264: [OMPT] Fix duplicate implicit_task_end events for master thread with GCC
Diff Detail
Diff Detail
- Repository
- rL LLVM