Skip to content

Commit 874f3a4

Browse files
authored
Remove passing ONNX logsumexp xfails (#4735)
The ONNX integration job on main reports XPASS for ReduceLogSumExpDimIntListBoolModule_basic and ReduceLogSumExpDimIntListIntModule_basic after logsumexp lowering landed in #4606. Remove those tests from ONNX_XFAIL_SET so the now-passing results are accepted. CI failure: https://github.com/llvm/torch-mlir/actions/runs/32873854121/job/97886999091#step:10:25965. Verification: git diff --check; Python AST parse of projects/pt1/e2e_testing/xfail_sets.py.
1 parent f18bd27 commit 874f3a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,8 +3047,6 @@
30473047
"ReduceL1NormComplexModule_basic",
30483048
"ReduceL2NormComplexModule_basic",
30493049
"ReduceL3NormKeepDimComplexModule_basic",
3050-
"ReduceLogSumExpDimIntListBoolModule_basic",
3051-
"ReduceLogSumExpDimIntListIntModule_basic",
30523050
"ReflectionPad3dModule_basic",
30533051
"ReflectionPad3dModuleFront_basic",
30543052
"ReflectionPad3dModuleBack_basic",

0 commit comments

Comments
 (0)