Skip to content

Commit

Permalink
no consumer map
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Dec 16, 2024
1 parent c026ee4 commit 29c20ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/transforms/tensor_subclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def tensor_subclass_dce(trace: TraceCtx) -> TraceCtx:
"""
start_time_ns = time.perf_counter_ns()
swap_map: dict[Variable, TensorProxy] = {}
producer_map, consumer_map = utils.producers_and_consumers(trace)
producer_map = utils.producers(trace)
bsym_to_exclude: set[BoundSymbol] = set()

subclass_flatten_bsym: BoundSymbol
Expand Down

0 comments on commit 29c20ca

Please sign in to comment.