We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19bdfb commit a4b3576Copy full SHA for a4b3576
torch/_dynamo/convert_frame.py
@@ -1379,8 +1379,6 @@ def __call__(
1379
)
1380
):
1381
if log.isEnabledFor(logging.DEBUG):
1382
- print(frame.f_lasti, first_real_inst_idx(frame.f_code))
1383
-
1384
if has_started_execution:
1385
skip_reason = "traced frame already"
1386
elif trace_rules.check(frame.f_code):
0 commit comments