When the "target teams distribute" construct located inside parallel region,
scheduler mistakenly shared to loop iterations between teams from different target regions.
The patch fixes this problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
According to the pre-merge results: https://buildkite.com/llvm-project/premerge-checks/builds/76212#f61fe509-f800-4780-9571-cfe70624ba18, the test still depends on libomptarget even though it is run on the host. I think the test may have to go into the libomptarget/test directory. @jdoerfert could you advise on integrating the test?
Comment Actions
Removed target triple from test compilation.
This eliminates the dependency on libomptarget.