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

[WIP] Delayed privatization. #79862

Closed
wants to merge 2 commits into from

Commits on Feb 7, 2024

  1. [WIP] Delayed privatization.

    This is a PoC for delayed privatization in OpenMP. Instead of directly
    emitting privatization code in the frontend, we add a new op to outline
    the privatization logic for a symbol and call-like mapping that maps
    from the host symbol to an outlined function-like privatizer op.
    
    Later, we would inline the delayed privatizer function-like op in the
    OpenMP region to basically get the same code generated directly by the
    fronend at the moment.
    ergawy committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    7db8eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717b57a View commit details
    Browse the repository at this point in the history