Skip to content

Commit

Permalink
norm
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Jan 4, 2025
1 parent db51048 commit 9724ad9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,12 @@ def _where_input_wrangler(
dtypes=(torch.float16,),
# Numbers match sometimes but not other times
reason="fixme: off-by-one. https://github.com/microsoft/onnxscript/issues/990",
)
.skip(
variant_name="floor_rounding",
dtypes=(torch.float16,),
test_class_name="TestOutputConsistencyEager",
reason="fixme: off-by-one and inverted inf. https://github.com/microsoft/onnxscript/issues/989",
),
TorchLibOpInfo("div_mode_int", core_ops.aten_div_mode_int).skip(
variant_name="no_rounding_mode",
Expand Down Expand Up @@ -1760,7 +1766,7 @@ def _where_input_wrangler(
.xfail(
dtypes=(torch.float32,),
matcher=lambda sample: len(sample.input.shape) == 1,
enabled_if=ops_test_common.IS_MACOS and version_utils.onnxruntime_older_than("1.18"),
enabled_if=ops_test_common.IS_MACOS,
reason="fixme: result mismatch. https://github.com/microsoft/onnxruntime/issues/20676",
)
.skip(
Expand Down

0 comments on commit 9724ad9

Please sign in to comment.