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][flang][do-conc] Map values depending on values defined outside target region. #148

Merged

Commits on Aug 22, 2024

  1. [OpenMP][flang][do-conc] Map values depending on values defined outsi…

    …de target region.
    
    Adds support for `do concurrent` mapping when mapped value(s) depend on
    values defined outside the target region; e.g. the size of the array is
    dynamic. This needs to be handled by localizing these region outsiders
    by either cloning them in the region or in case we cannot do that, map
    them and use the mapped values.
    ergawy committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    93c1ec3 View commit details
    Browse the repository at this point in the history