Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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]: DaCe support for temporaries #1351
feat[next][dace]: DaCe support for temporaries #1351
Changes from 13 commits
3c38362
8fd0fda
1020248
6a46682
7b251f8
e2ff6f6
2380efb
5f10d3d
32052b6
842a340
e65cbb2
326748a
fec7ae4
fa7482d
81f3f74
240de21
22041e4
112a594
b8a5db7
da795ef
c387b38
6c5668f
4187ee1
67fc2cf
3e80907
55250db
8e203e8
15a693f
1a7da6a
3529244
9aa3629
8b74107
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about the name.
What confuses me is that
self.tmps
are the temporaries, or not?And later you call this function only if
self.tmps
is not empty, which seems a bit contradictory.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, function name changed to
add_storage_for_temporaries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You spend ~70 lines on filling
tmp_symbols
and does not explains what the loop does or the variable represents.But for the small loop above you write a description, this seems a bit strange.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to my understanding, you should be able to put even complex expressions in assignments on interstate edge.