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] Privatize "loop-local" values in do concurent on device #146

Merged

Commits on Aug 19, 2024

  1. [flang][OpenMP] Privatize "loop-local" values in do concurent on de…

    …vice
    
    Extends ROCm#112.
    
    This PR extends support for `do concurrent` mapping to the device a bit
    more. In particular, it handles localization of loop-local values on the
    deive. Previously, this was only supported and tested on the host.
    
    See docs for `looputils::collectLoopLocalValues` for the definition of
    "loop-local" values.
    ergawy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3790250 View commit details
    Browse the repository at this point in the history