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

[Flang][OpenMP] Simplify privatization #150

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

skatrak
Copy link

@skatrak skatrak commented Aug 26, 2024

This patch removes some redundant information from the DataSharingProcessor class that was initially introduced to support wrapper-based representation of loop constructs and that is no longer needed. Usage of this class is also simplified as a result.

It also attempts to reduce the divergence against the upstream main branch.

@skatrak skatrak requested a review from ergawy August 26, 2024 11:20
This patch removes some redundant information from the `DataSharingProcessor`
class that was initially introduced to support wrapper-based representation of
loop constructs and that is no longer needed. Usage of this class is also
simplified as a result.
@skatrak
Copy link
Author

skatrak commented Aug 29, 2024

Merging PR to simplify the next merge from main.

@skatrak skatrak merged commit a723fb3 into ROCm:amd-trunk-dev Aug 29, 2024
2 of 4 checks passed
@skatrak skatrak deleted the privatization-cleanup branch August 29, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant