In OMP 5.0 specification clause-list with
- task_reduction
- allocate
were allowed on taskgroup construct.
Also updates some Clang test cases to use OpenMP 5.0
Fix XFAIL - omp-taskloop01.f90.
Patch created originally by @sameeranjoshi
Differential D93373
[Flang][Openmp] Upgrade TASKGROUP construct to 5.0. AMDChirag on Dec 15 2020, 11:00 PM. Authored by
Details In OMP 5.0 specification clause-list with
were allowed on taskgroup construct. Also updates some Clang test cases to use OpenMP 5.0 Fix XFAIL - omp-taskloop01.f90. Patch created originally by @sameeranjoshi
Diff Detail
Event Timeline
Comment Actions Summary of changes:
Rebase after task_reduction(D93105). Comment Actions These are great catches, thank you.
Comment Actions It could be because you are not the author. Can you commandeer the patch (option available in the Add Action menu below)? Comment Actions Just did that. Still the same error: You do not have permission to edit this object. Users with the "Can Edit" capability: Administrators can take this action. You must have edit permission on this build plan to pause, abort, resume, or restart it.You must have edit permission on this build plan to run it manually. Comment Actions Can you rebase and update the patch? It seems to have built for the latest revision (Harbormaster completed remote builds in B110336: Diff 353548). Comment Actions @kiranchandramohan It failed again. Apparently, it automatically attempted to add a patch D93105 which is already merged. I removed that patch as dependency before (edit related revisions), but it seems to have been added again. https://buildkite.com/llvm-project/diff-checks/builds/49889#af4f049f-bb84-485c-8b30-9ca91ecc1bb9 Comment Actions @jdoerfert Could you please take a look at this patch as well? (especially for the clang part) Comment Actions LGTM. Please update the commit message with information about changes in Clang tests as well. Comment Actions Removed parent line in summary, it was not longer relevant and caused build failures. This comment was removed by AMDChirag. |
If you add the todo can you maybe explicitly add an error message in it?