Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Dec 3, 2024
1 parent 705bff9 commit 2654229
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions thunder/executors/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ def process_bsym(self, bsym):

extrace, _ = OpExProcessor(trace)()

# extrace, _ = interpret_trace_to_trace(trace, *trace.args, symbol_mapper=symbol_mapper, **trace.kwargs)
# Restores original variables
# bound_symbols: list[BoundSymbol] = []
# for bsym in extrace.bound_symbols:
# nbsym: BoundSymbol = bsym.from_bsym_swap_proxies(swapmap)
# bound_symbols.append(nbsym)

# extrace.bound_symbols = bound_symbols

end_time_ns = time.perf_counter_ns()
elapsed_time_ns = end_time_ns - start_time_ns
elapsed_time_millis = elapsed_time_ns // 1000000
Expand Down

0 comments on commit 2654229

Please sign in to comment.