Skip to content

Commit

Permalink
Remove extra received-array handling in DistributedInputReplacer
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 21, 2023
1 parent 4b38ef9 commit 8bbe610
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pytato/distributed/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ def rec(self, expr: ArrayOrNames) -> ArrayOrNames: # type: ignore[override]
# the ones who are supposed to compute it!
if expr not in self.output_arrays:

name = self.recvd_ary_to_name.get(expr)
if name is not None:
return self._get_placeholder_for(name, expr)

name = self.sptpo_ary_to_name.get(expr)
if name is not None:
return self._get_placeholder_for(name, expr)
Expand Down

0 comments on commit 8bbe610

Please sign in to comment.