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] Add initial pass to map do concurrent to OMP #48

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Mar 6, 2024

  1. [flang][OpenMP] Add initial pass to map do concurrent to OMP

    Adds a new pass to map `do concurrent` loops to OpenMP. So far the pass
    only maps to the host, i.e. `parallel do`. Later, it will be extended to
    map to the device/target as well.
    
    This diff also adds the pass the code-gen pipeline flang. To invoke the
    new pass from flang, use `-fdo-concurrent-parallel=<none|host|device>`.
    The option is only active when OpenMP is enabled throught `-fopenmp`.
    ergawy committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e4d6564 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Handle review comments.

    ergawy committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    385768a View commit details
    Browse the repository at this point in the history