You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][OpenMP] Privatize "loop-local" values in do concurent on device (#146)
Extends #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.
0 commit comments