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

[MLIR][OpenMP] Add omp.loopnest operation #42

Closed

Commits on Mar 12, 2024

  1. [MLIR][OpenMP] Add omp.loopnest operation

    This patch introduces the `omp.loopnest` MLIR operation, which contains
    the information of a rectangular collapsed loop nest. It mirrors the existing
    representation of `omp.wsloop`, `omp.simdloop` and `omp.taskloop`, with the
    intent of removing loop information from these in a subsequent patch.
    
    This representation is a temporary solution that does not address loop
    transformations. That is the goal of the `omp.canonical_loop` discussion.
    skatrak committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    21122cf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    8226b47 View commit details
    Browse the repository at this point in the history