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 simplified omp.canonical_loop #41

Closed

Commits on Feb 27, 2024

  1. [MLIR][OpenMP] Add simplified omp.canonical_loop

    This patch introduces the `omp.canonical_loop` MLIR operation, which contains
    the information of a 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.
    skatrak committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    649e18f View commit details
    Browse the repository at this point in the history