Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenMP] Emit workshare events correctly for distribute-and-parallel loops #133323

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hansangbae
Copy link
Contributor

The runtime entry __kmpc_dist_for_static_init is supposed to be
invoked when there is a statically scheduled teams distribute
parallel loop. This change makes the entry emit correct OMPT workshare
events for the loop; it was only handling distribute part
incorrectly. A new entry __kmpc_dist_for_static_fini is also added
to support OMPT.
Current clang does not emit a call to __kmpc_dist_for_static_init,
but it does not hurt to have these entries ready.

…loops

The runtime entry `__kmpc_dist_for_static_init` is supposed to be
invoked when there is a statically scheduled teams distribute
parallel loop. This change makes the entry emit correct OMPT workshare
events for the loop; it was only handling `distribute` part
incorrectly. A new entry `__kmpc_dist_for_static_fini` is also added
to support OMPT.
Current clang does not emit a call to `__kmpc_dist_for_static_init`,
but it does not hurt to have these entries ready.
@hansangbae hansangbae marked this pull request as ready for review March 27, 2025 21:48
@llvmbot llvmbot added the openmp:libomp OpenMP host runtime label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomp OpenMP host runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants