diff --git a/.ci/scripts/cuda_benchmark.py b/.ci/scripts/cuda_benchmark.py index b135925d4b4..dc258f46748 100644 --- a/.ci/scripts/cuda_benchmark.py +++ b/.ci/scripts/cuda_benchmark.py @@ -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, diff --git a/.ci/scripts/generate_test_pass_rate_in_v3_format.py b/.ci/scripts/generate_test_pass_rate_in_v3_format.py index 32010e1d82e..3d174a95b27 100644 --- a/.ci/scripts/generate_test_pass_rate_in_v3_format.py +++ b/.ci/scripts/generate_test_pass_rate_in_v3_format.py @@ -58,6 +58,7 @@ def build_v3_record( "name": "ExecuTorch", "mode": "test", "extra_info": { + "board name": "backend infra test", "backend": "cuda", "suite": suite, "flow": flow,