This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Fix taskloop testcase scheduling effects
ClosedPublic

Authored by sconvent on Aug 1 2018, 6:04 AM.

Details

Summary

The taskloop testcase had scheduling effects. Tasks of the taskloop would sometimes be scheduled before all task were created. The testing is now split into two phases. First, the task creation on the master is tested, than the scheduling events of the tasks are tested. Thus, the order of creation and scheduling events is irrelavant.

Diff Detail

Repository
rL LLVM

Event Timeline

sconvent created this revision.Aug 1 2018, 6:04 AM
Hahnfeld accepted this revision.Aug 1 2018, 8:40 AM

LGTM, thanks for taking care.

This revision is now accepted and ready to land.Aug 1 2018, 8:40 AM
This revision was automatically updated to reflect the committed changes.