Skip to content

Commit f2f2d80

Browse files
masnesralfacebook-github-bot
authored andcommitted
Populate compile_time_autotune_time_us (#143104)
Summary: See testing in attached diff X-link: pytorch/pytorch#143104 Approved by: https://github.com/ezyang Reviewed By: clee2000 Differential Revision: D67128210 Pulled By: masnesral fbshipit-source-id: 5c7f5f98db7f4768127d61e7bcefef39b51a064c
1 parent c51a374 commit f2f2d80

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

userbenchmark/dynamo/dynamobench/_dynamo/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ class CompilationMetrics:
881881
cuda_version: Optional[str] = None
882882
triton_version: Optional[str] = None
883883
feature_usage: Optional[dict[str, bool]] = None
884+
compile_time_autotune_time_us: Optional[int] = None
884885

885886

886887
DEFAULT_COMPILATION_METRICS_LIMIT = 64

0 commit comments

Comments
 (0)