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

Made the SDFGState.add_mapped_tasklet() more convenient #1655

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

philip-paul-mueller
Copy link
Collaborator

Before if the user wanted to supply in and output nodes he had to present a dict that maps the data name to the access node. However, because of the rules of a valid SDFG the key of that dict was always the same as the data the access node this information is redundant. Thus this commit allows to only pass the access nodes.

Before if the user wanted to supply in and output nodes he had to present a `dict` that maps the data name to the access node.
However, because of the rules of a valid SDFG the key of that `dict` was always the same as the data the access node this information is redundant.
Thus this commit allows to only pass the access nodes.
@tbennun tbennun added this pull request to the merge queue Sep 15, 2024
Merged via the queue into spcl:master with commit 95c65be Sep 15, 2024
10 checks passed
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.

2 participants