https://bugs.llvm.org/show_bug.cgi?id=49583
Joachim Protze <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |[email protected]
Resolution|--- |INVALID
--- Comment #1 from Joachim Protze <[email protected]> ---
The attached program is not a valid OpenMP program for two reasons:
- All threads in the team need to provide consistent loop boundaries.
> OpenMP 5.0, p107, l10-11: The values of the loop control expressions of the
> loops associated with the worksharing-loop construct must be the same for all
> threads in the team.
- All threads in the team need to enter the worksharing-loop (the same number
of times).
> OpenMP 5.0, p86, l16-17: Each worksharing region must be encountered by all
> threads in a team or by none at all, unless cancellation has been requested
> for the innermost enclosing parallel region.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs