Skip to content

Commit 82687dc

Browse files
authored
e2e_testing/xfail_sets.py: Cleanup im2col from make_fx_tosa; this already fails in TOSA (#129)
* DecomposeComplexOps: Use static shape if available * Support aten._index_put_impl_.hacked_twin * e2e_testing/xfail_sets.py: Cleanup im2col from make_fx_tosa; this already fails in TOSA * python/torch_mlir/repro.py: Fix when arguments are passed in as tuple
1 parent a5ec926 commit 82687dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

e2e_testing/xfail_sets.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,9 +1269,6 @@
12691269

12701270
# Dynamic shape, has extra unsupported broadcast ops
12711271
"Matmul_3d",
1272-
1273-
# failed to legalize operation 'torch.aten.index.Tensor'
1274-
"Im2ColModule_basic",
12751272
}
12761273

12771274
if torch_version_for_comparison() < version.parse("2.1.0.dev"):

0 commit comments

Comments
 (0)