Skip to content

Commit

Permalink
Update src/gt4py/next/program_processors/runners/dace/transformations…
Browse files Browse the repository at this point in the history
…/utils.py

Co-authored-by: edopao <[email protected]>
  • Loading branch information
philip-paul-mueller and edopao authored Feb 5, 2025
1 parent b46fd98 commit c2c933c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def is_accessed_downstream(
ign_states: set[dace.SDFGState] = states_to_ignore or set()

# NOTE: We have to include `start_state`, however, we must also consider the
# data in `reachable_state` as immutable, so we have to do it this way.
# data in `reachable_states` as immutable, so we have to do it this way.
# TODO(phimuell): Go back to a trivial scan of the graph.
if start_state not in reachable_states:
# This can mean different things, either there was only one state to begin
Expand Down

0 comments on commit c2c933c

Please sign in to comment.