Files
openmp/runtime/test
Joachim Protze bf0dde76ba [OMPT] Adapt OMPT callbacks for tasks to handle untied tasks correctly
The ompt/tasks/task_types.c testcase did not test untied tasks properly. Now,
frame addresses are tested and two scheduling points are added at which the
task can switch to another thread. Due to scheduling effects, the frame address
could be NULL.

This needed a restructure of the way OMPT callbacks are called.
__ompt_task_finish() now as an extra parameter, whether a task is completed.
Its invocation has been moved into __kmp_task_finish(). Thus, the order of the
writes to the frame addresses is not subject to scheduling effects anymore.

Patch by Simon Convent

Reviewed by: protze.joachim, hbae

Subscribers: openmp-commits

Differential Revision: https://reviews.llvm.org/D49181

git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@338145 91177308-0d34-0410-b5e6-96231b3b80d8
2018-07-27 18:13:20 +00:00
..
2018-04-18 19:23:54 +00:00
2016-05-23 17:50:32 +00:00