Skip to content

Commit

Permalink
Added a todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Jan 16, 2025
1 parent d7e73f5 commit 4edb2aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ def _check_read_write_dependency_impl(
# a node that refers to the global data, we remove it from
# `access_to_global_data_in_this_state`, if that list is empty at the end
# then it is not used in another component.
# TODO(phimuell): Refine this case by also taking into account empty
# Memlets, that induce a deterministic order.
to_process: list[dace_nodes.Node] = [def_location_of_intermediate]
seen: set[dace_nodes.Node] = set()
while len(to_process) != 0:
Expand Down

0 comments on commit 4edb2aa

Please sign in to comment.