Skip to content

Commit

Permalink
e2e_testing/xfail_sets.py: Cleanup im2col from make_fx_tosa; this alr…
Browse files Browse the repository at this point in the history
…eady 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
  • Loading branch information
mgehre-amd authored Jul 24, 2023
1 parent a5ec926 commit 82687dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1269,9 +1269,6 @@

# Dynamic shape, has extra unsupported broadcast ops
"Matmul_3d",

# failed to legalize operation 'torch.aten.index.Tensor'
"Im2ColModule_basic",
}

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

0 comments on commit 82687dc

Please sign in to comment.