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

feat[next][dace]: Parallel Map Fusion #1620

Conversation

philip-paul-mueller
Copy link
Contributor

Adding the DaCe transformation to fuse Maps that are parallel.
The SerialMapFusion transformation is only able to handle Maps that are serial.

This PR can only be merged after PR#1594 has been merged.

philip-paul-mueller and others added 19 commits July 29, 2024 16:23
I now use reapeated, because the two transformations could themsleves introduces trivial maps.
It violates the standard, but in file listing it is more logical to use that name, especially if we add the parallel fusion.
It could be more but let's life with that.
@philip-paul-mueller philip-paul-mueller marked this pull request as draft August 22, 2024 11:19
@egparedes
Copy link
Contributor

@philip-paul-mueller @edopao Does this PR contain any useful code which hasn't been yet merged in main? Otherwise, could you close it to reduce noise in the repo?

@philip-paul-mueller
Copy link
Contributor Author

This PR is superseded by PR#1639

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.

3 participants