spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
487 stars 121 forks source link

Fix constant propagation failing due to invalid topological sort #1589

Closed phschaad closed 2 months ago

phschaad commented 2 months ago

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

edopao commented 2 months ago

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