Skip to content

Commit

Permalink
remove more xfails on "[ONNX] Clean up diagnostic rules"
Browse files Browse the repository at this point in the history
Summary:

- Remove experimental rules that were never used.
- Fill in detailed rule descriptions.

[ghstack-poisoned]
  • Loading branch information
BowenBao committed Aug 23, 2023
2 parents 7f11957 + 1c7a81d commit dff54ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/onnx/test_fx_op_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@
dtypes=(torch.uint8, torch.int8, torch.int16,),
reason=onnx_test_common.reason_onnx_script_does_not_support("Add", "int8, int16"),
),
xfail(
"nn.functional.adaptive_avg_pool1d",
reason=onnx_test_common.reason_onnx_script_does_not_support("aten::div.Tensor_mode needs type promotion"),
),
xfail(
"nn.functional.adaptive_avg_pool2d",
reason=onnx_test_common.reason_onnx_script_does_not_support("RecursionError: \
Expand Down

0 comments on commit dff54ae

Please sign in to comment.