Skip to content

Commit

Permalink
add more logging code in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Sep 30, 2024
1 parent 12d19ca commit 45704ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/torch_compile/test_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,5 @@ def forward(self, data, residual):

if comm.get_rank() == 0:
print(dynamo_stats)
print(torch._dynamo.utils.counters["stats"]["calls_captured"])
print(torch._dynamo.utils.log)

0 comments on commit 45704ae

Please sign in to comment.