Skip to content

[Backend Tester] Report quantization and lowering times #12838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 82 commits into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
f120e70
Update
GregoryComer Jul 18, 2025
0fb85e6
Update
GregoryComer Jul 18, 2025
4d8d844
Update
GregoryComer Jul 19, 2025
dc12b40
Update
GregoryComer Jul 21, 2025
ead0616
Update
GregoryComer Jul 22, 2025
0f13676
Update
GregoryComer Jul 22, 2025
b0b01f2
Update
GregoryComer Jul 22, 2025
8b9c9ef
Update
GregoryComer Jul 22, 2025
06bf03a
Update
GregoryComer Jul 22, 2025
2f8f49b
Update
GregoryComer Jul 22, 2025
8ca7766
Update
GregoryComer Jul 22, 2025
bffb95f
Update
GregoryComer Jul 22, 2025
d21492b
Update
GregoryComer Jul 22, 2025
e2c4ea5
Update
GregoryComer Jul 22, 2025
8230848
Update
GregoryComer Jul 22, 2025
2a1f564
Update
GregoryComer Jul 22, 2025
b35e7b1
Update
GregoryComer Jul 22, 2025
5c4c6ce
Update
GregoryComer Jul 22, 2025
9397803
Update
GregoryComer Jul 22, 2025
9dfeb5a
Update
GregoryComer Jul 22, 2025
ff5c4a5
Update
GregoryComer Jul 22, 2025
42a5de5
Update
GregoryComer Jul 22, 2025
402d8f5
Update
GregoryComer Jul 22, 2025
34d3ab3
Update
GregoryComer Jul 22, 2025
1105e04
Update
GregoryComer Jul 22, 2025
482bd21
Update
GregoryComer Jul 22, 2025
ea548b7
Update
GregoryComer Jul 23, 2025
4108f54
Update
GregoryComer Jul 23, 2025
7ef236b
Update
GregoryComer Jul 23, 2025
4a58c9d
Update
GregoryComer Jul 23, 2025
3b866b4
Update
GregoryComer Jul 23, 2025
5ba25cb
Update
GregoryComer Jul 23, 2025
19760fc
Update
GregoryComer Jul 23, 2025
81dfb07
Update
GregoryComer Jul 23, 2025
4d50265
Update
GregoryComer Jul 23, 2025
5f66043
Update
GregoryComer Jul 23, 2025
24e919d
Update
GregoryComer Jul 23, 2025
523cc20
Update
GregoryComer Jul 23, 2025
74c95fe
Update
GregoryComer Jul 23, 2025
5d437b1
Update
GregoryComer Jul 23, 2025
89757ce
Update
GregoryComer Jul 23, 2025
423f79a
Update
GregoryComer Jul 23, 2025
69f7f9c
Update
GregoryComer Jul 23, 2025
c0f6224
Update
GregoryComer Jul 23, 2025
e2ea2a3
Update
GregoryComer Jul 23, 2025
7a2fab5
Update
GregoryComer Jul 23, 2025
033c231
Update
GregoryComer Jul 23, 2025
a9ed762
Update
GregoryComer Jul 23, 2025
64b174a
Update
GregoryComer Jul 23, 2025
3976629
Update
GregoryComer Jul 23, 2025
27cd171
Update
GregoryComer Jul 23, 2025
7bdd3e5
Update
GregoryComer Jul 23, 2025
b1254cd
Update
GregoryComer Jul 23, 2025
f2e2289
Update
GregoryComer Jul 23, 2025
cdd15c1
Update
GregoryComer Jul 23, 2025
e2df06e
Update
GregoryComer Jul 23, 2025
4461bd8
Update
GregoryComer Jul 23, 2025
7e97fd0
Update
GregoryComer Jul 23, 2025
bcb697c
Update
GregoryComer Jul 23, 2025
11a5a02
Update
GregoryComer Jul 24, 2025
244b146
Update
GregoryComer Jul 24, 2025
de21ac2
Update
GregoryComer Jul 24, 2025
fd26fc7
Update
GregoryComer Jul 24, 2025
4ae840d
Update
GregoryComer Jul 24, 2025
710ea49
Update
GregoryComer Jul 24, 2025
32f54b0
Update
GregoryComer Jul 24, 2025
a27d18c
Update
GregoryComer Jul 24, 2025
2eb59fc
Update
GregoryComer Jul 24, 2025
5cc4941
Update
GregoryComer Jul 24, 2025
ef7af5c
Update
GregoryComer Jul 24, 2025
18e89c1
Update
GregoryComer Jul 24, 2025
dd09555
Update
GregoryComer Aug 8, 2025
f1db3a0
Update
GregoryComer Aug 8, 2025
e0700b2
Update
GregoryComer Aug 8, 2025
f260b50
Update
GregoryComer Aug 8, 2025
f261355
Update
GregoryComer Aug 11, 2025
c3a24f9
Update
GregoryComer Aug 11, 2025
1697cbc
Update
GregoryComer Aug 11, 2025
b94b45e
Update
GregoryComer Aug 11, 2025
7e1a002
Update
GregoryComer Aug 12, 2025
a628d29
Update
GregoryComer Aug 12, 2025
1d34f49
Update
GregoryComer Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions backends/test/suite/reporting.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import csv
from collections import Counter
from dataclasses import dataclass
from datetime import timedelta
from enum import IntEnum
from functools import reduce
from typing import TextIO
Expand Down Expand Up @@ -108,6 +109,12 @@ class TestCaseSummary:
a single output tensor.
"""

quantize_time: timedelta | None = None
""" The total runtime of the quantization stage, or none, if the test did not run the quantize stage. """

lower_time: timedelta | None = None
""" The total runtime of the to_edge_transform_and_lower stage, or none, if the test did not run the quantize stage. """


class TestSessionState:
test_case_summaries: list[TestCaseSummary]
Expand Down Expand Up @@ -190,6 +197,8 @@ def generate_csv_report(summary: RunSummary, output: TextIO):
"Backend",
"Flow",
"Result",
"Quantize Time (s)",
"Lowering Time (s)",
]

# Tests can have custom parameters. We'll want to report them here, so we need
Expand Down Expand Up @@ -230,6 +239,12 @@ def generate_csv_report(summary: RunSummary, output: TextIO):
"Backend": record.backend,
"Flow": record.flow,
"Result": record.result.display_name(),
"Quantize Time (s)": (
record.quantize_time.total_seconds() if record.quantize_time else None
),
"Lowering Time (s)": (
record.lower_time.total_seconds() if record.lower_time else None
),
}
if record.params is not None:
row.update({k.capitalize(): v for k, v in record.params.items()})
Expand Down
15 changes: 15 additions & 0 deletions backends/test/suite/runner.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import argparse
import importlib
import re
import time
import unittest

from datetime import timedelta
from typing import Any

import torch
Expand Down Expand Up @@ -44,6 +46,7 @@ def run_test( # noqa: C901
"""

error_statistics: list[ErrorStatistics] = []
extra_stats = {}

# Helper method to construct the summary.
def build_result(
Expand All @@ -58,6 +61,7 @@ def build_result(
result=result,
error=error,
tensor_error_statistics=error_statistics,
**extra_stats,
)

# Ensure the model can run in eager mode.
Expand All @@ -72,11 +76,16 @@ def build_result(
return build_result(TestResult.UNKNOWN_FAIL, e)

if flow.quantize:
start_time = time.perf_counter()
try:
tester.quantize(
flow.quantize_stage_factory() if flow.quantize_stage_factory else None
)
elapsed = time.perf_counter() - start_time
extra_stats["quantize_time"] = timedelta(seconds=elapsed)
except Exception as e:
elapsed = time.perf_counter() - start_time
extra_stats["quantize_time"] = timedelta(seconds=elapsed)
return build_result(TestResult.QUANTIZE_FAIL, e)

try:
Expand All @@ -87,9 +96,14 @@ def build_result(
except Exception as e:
return build_result(TestResult.EXPORT_FAIL, e)

lower_start_time = time.perf_counter()
try:
tester.to_edge_transform_and_lower()
elapsed = time.perf_counter() - lower_start_time
extra_stats["lower_time"] = timedelta(seconds=elapsed)
except Exception as e:
elapsed = time.perf_counter() - lower_start_time
extra_stats["lower_time"] = timedelta(seconds=elapsed)
return build_result(TestResult.LOWER_FAIL, e)

is_delegated = any(
Expand Down Expand Up @@ -185,6 +199,7 @@ def parse_args():
"--report",
nargs="?",
help="A file to write the test report to, in CSV format.",
default="backend_test_report.csv",
)
return parser.parse_args()

Expand Down
Loading