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 unnecessary hard dialect dependencies #78220

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabianmcg
Copy link
Contributor

This patch removes dialect dependencies from the OpenMP dialect; all external models were moved to independent libraries to accomplish this change. Consequently, OpenMP dialect users can pull only the desired external models; for example, a user might choose not to include OpenMP Func external models. However, all external models still reside inside the OpenMP dialect, as it's the owner of those interfaces.

Additionally, an external model was included for the GPUModule operation.

This patch removes dialect dependencies from the OpenMP dialect; all external
models were moved to independent libraries to accomplish this change.
Consequently, OpenMP dialect users can pull only the desired external models;
for example, a user might choose not to include OpenMP Func external models.
However, all external models still reside inside the OpenMP dialect, as it's
the owner of those interfaces.

Additionally, an external model was included for the GPUModule operation.
@fabianmcg fabianmcg changed the title [mlir][OpenMP] Remove unnecessary dialect dependencies [mlir][OpenMP] Remove unnecessary hard dialect dependencies Jan 16, 2024
fabianmcg added a commit to fabianmcg/llvm-project that referenced this pull request Jan 16, 2024
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.

None yet

1 participant