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

Fix constant propagation failing due to invalid topological sort #1589

Merged
merged 5 commits into from
Jun 14, 2024

Conversation

phschaad
Copy link
Collaborator

Constant propagation fails for certain graph structures due to an issue with dace.sdfg.graph.Graph.topological_sort. This is related to #1560.

Constant propagation fails for certain graph structures due
to an issue with `dace.sdfg.graph.Graph.topological_sort`.
This is related to #1560.
@edopao
Copy link
Collaborator

edopao commented Jun 13, 2024

Interesting, this also fixes an old issue of mine #1538

@edopao edopao linked an issue Jun 13, 2024 that may be closed by this pull request
@phschaad phschaad added this pull request to the merge queue Jun 14, 2024
Merged via the queue into master with commit 59120ae Jun 14, 2024
10 checks passed
@phschaad phschaad deleted the constant_prop_fix branch June 14, 2024 09:16
alexnick83 pushed a commit that referenced this pull request Jul 13, 2024
Constant propagation fails for certain graph structures due to an issue
with `dace.sdfg.graph.Graph.topological_sort`. This is related to #1560.
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.

Error in Simplify pass (ConstantPropagation)
3 participants