Skip to content

Commit e32ebfe

Browse files
masnesralfacebook-github-bot
authored andcommitted
Fix test broken by D73809989 (#153413)
Summary: I forgot to remove this unused field in D73809989. X-link: pytorch/pytorch#153413 Approved by: https://github.com/c00w Reviewed By: jeanschmidt Differential Revision: D74729288 fbshipit-source-id: d82727b485c8c187ac5ab9b91f6f62927c7511f7
1 parent f3ef83d commit e32ebfe

File tree

1 file changed

+0
-1
lines changed
  • userbenchmark/dynamo/dynamobench/_dynamo

1 file changed

+0
-1
lines changed

userbenchmark/dynamo/dynamobench/_dynamo/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,6 @@ class CompilationMetrics:
12451245
runtime_cudagraphify_time_us: Optional[int] = None
12461246
runtime_triton_autotune_time_us: Optional[int] = None
12471247
dynamo_compile_time_before_restart_us: Optional[int] = None
1248-
cuda_synchronize_time_us: Optional[int] = None # TODO: instrument
12491248
distributed_ephemeral_timeout_us: Optional[int] = None
12501249
structured_logging_overhead_us: Optional[int] = None
12511250
remote_fx_graph_cache_get_time_us: Optional[int] = None

0 commit comments

Comments
 (0)