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][MLIR] Add omp.distribute op to the OMP dialect #67720

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Oct 26, 2023

  1. [OpenMP][MLIR] Add omp.distribute op to the OMP dialect

    This patch adds the omp.distribute operation to the OMP dialect. The purpose is
    to be able to represent the distribute construct in OpenMP with the associated
    clauses. The effect of the operation is to distributes the loop iterations of
    the loop(s) contained inside the region across multiple teams.
    jsjodin committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3a3c695 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Improve documentation.

    jsjodin committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    acfce9e View commit details
    Browse the repository at this point in the history