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] Remove omp.parallel from loop wrapper operations #134

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

skatrak
Copy link

@skatrak skatrak commented Aug 7, 2024

This patch removes the LoopWrapperInterface from omp.parallel and updates the semantics of the interface to make loop wrapper restrictions mandatory to operations that have it, rather than a role they might optionally take.

MLIR operation verifiers are updated to expect the "hoisted omp.parallel" representation for distribute parallel do, to be later implemented in place of a loop wrapper omp.parallel.

Complete PR stack:

This patch removes the `LoopWrapperInterface` from `omp.parallel` and updates
the semantics of the interface to make loop wrapper restrictions mandatory to
operations that have it, rather than a role they might optionally take.

MLIR operation verifiers are updated to expect the "hoisted omp.parallel"
representation for `distribute parallel do`, to be later implemented in place
of a loop wrapper `omp.parallel`.
@skatrak skatrak merged commit 4d857ec into amd-trunk-dev Aug 13, 2024
2 of 4 checks passed
@skatrak skatrak deleted the skatrak/dpd-01-interface branch August 13, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant