Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
Differential Revision: D67226982
  • Loading branch information
Richard Qiu authored and facebook-github-bot committed Dec 14, 2024
1 parent 478cc35 commit 29f6ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userbenchmark/dynamo/dynamobench/_dynamo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ class CompilationMetrics:
feature_usage: Optional[dict[str, bool]] = None
compile_time_autotune_time_us: Optional[int] = None
is_runtime: Optional[bool] = False
gc_time_us: Optional[int] = None


DEFAULT_COMPILATION_METRICS_LIMIT = 64
Expand Down

0 comments on commit 29f6ce7

Please sign in to comment.