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

Added Parallel Map Fusion #1965

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

philip-paul-mueller
Copy link
Collaborator

@philip-paul-mueller philip-paul-mueller commented Mar 6, 2025

This PR extends the MapFusion transformation such that it also handles maps that are parallel.
The functionality that had to be added is actually quite small, as the transformation already implemented all functions that were needed.
The only thing that was needed is some dispatch logic.

While MapFusion will by default not perform parallel map fusion, for this a flag has to be specified, the FullMapFuse pass will do that.
However, in auto optimize this is disabled for compatibility.

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