Skip to content

Commit b35a75b

Browse files
pytorchbotpytorchmergebot
authored andcommitted
Update inductor expected accuracy files (#171533)
## Summary This PR updates the expected accuracy CSV files for inductor benchmarks based on CI results from PyTorch commit 3c98eef. These files serve as reference points for dynamo/inductor CI to track: - Graph breaks - Model accuracy ## Changes - Updated CUDA expected accuracy files in `benchmarks/dynamo/ci_expected_accuracy/` - Updated ROCm expected accuracy files in `benchmarks/dynamo/ci_expected_accuracy/rocm/` ## Test Plan - [ ] Verify that the CI jobs pass with the updated expected accuracy files - [ ] Review the diff to ensure changes are reasonable and expected - [ ] Check that no unexpected regressions are being marked as "expected" Pull Request resolved: #171533 Approved by: https://github.com/jataylo, https://github.com/atalman
1 parent f7f91ec commit b35a75b

17 files changed

+17
-17
lines changed

benchmarks/dynamo/ci_expected_accuracy/aot_eager_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,22
77+
detectron2_fcos_r_50_fpn,pass,24
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_amp_freezing_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,fail_accuracy,46
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,fail_accuracy,24
77+
detectron2_fcos_r_50_fpn,fail_accuracy,26
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_freezing_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,pass,46
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,24
77+
detectron2_fcos_r_50_fpn,pass,26
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/cpu_inductor_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,pass,46
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,24
77+
detectron2_fcos_r_50_fpn,pass,26
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/dynamic_aot_eager_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,22
77+
detectron2_fcos_r_50_fpn,pass,24
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/dynamic_cpu_inductor_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,pass,46
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,24
77+
detectron2_fcos_r_50_fpn,pass,26
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/dynamic_inductor_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,22
77+
detectron2_fcos_r_50_fpn,pass,24
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/dynamo_eager_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,22
77+
detectron2_fcos_r_50_fpn,pass,24
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/inductor_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,22
77+
detectron2_fcos_r_50_fpn,pass,24
7878

7979

8080

benchmarks/dynamo/ci_expected_accuracy/rocm/aot_eager_torchbench_inference.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ detectron2_fasterrcnn_r_50_fpn,eager_fail_to_run,0
7474

7575

7676

77-
detectron2_fcos_r_50_fpn,pass,23
77+
detectron2_fcos_r_50_fpn,pass,25
7878

7979

8080

0 commit comments

Comments
 (0)