Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .ci/scripts/cuda_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ def to_v3_format(

# Create base extra_info
base_extra_info = {
"board name": "cuda benchmark",
"backend": "cuda",
"quantization": quantization,
"git_sha": git_sha,
Expand Down
1 change: 1 addition & 0 deletions .ci/scripts/generate_test_pass_rate_in_v3_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import argparse
import json
import sys

Check warning on line 14 in .ci/scripts/generate_test_pass_rate_in_v3_format.py

View workflow job for this annotation

GitHub Actions / lintrunner

FLAKE8 F401

'sys' imported but unused See https://www.flake8rules.com/rules/F401.html.


def parse_test_report(json_path: str) -> dict:
Expand Down Expand Up @@ -58,6 +58,7 @@
"name": "ExecuTorch",
"mode": "test",
"extra_info": {
"board name": "backend infra test",
"backend": "cuda",
"suite": suite,
"flow": flow,
Expand Down Expand Up @@ -98,7 +99,7 @@
else 0.0
)

common = dict(

Check warning on line 102 in .ci/scripts/generate_test_pass_rate_in_v3_format.py

View workflow job for this annotation

GitHub Actions / lintrunner

FLAKE8 C408

Unnecessary dict call - rewrite as a literal. See https://pypi.org/project/flake8-comprehensions/#rules.
suite=suite,
flow=flow,
git_sha=git_sha,
Expand Down
Loading