llvm / torch-mlir

The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
Other
1.35k stars 505 forks source link

[Tracker] Fix tests added to xfail_set due to PyTorch version update #3796

Open vivekkhandelwal1 opened 3 weeks ago

vivekkhandelwal1 commented 3 weeks ago

This issue is for tracking the failing tests due to the roll PyTorch update done here: https://github.com/llvm/torch-mlir/pull/3727. Some of the tests are common for the FX_IMPORTER_XFAIL_SET and FX_IMPORTER_STABLEHLO_XFAIL_SET.

FX_IMPORTER_XFAIL_SET

FX_IMPORTER_CRASHING_SET

FX_IMPORTER_STABLEHLO_XFAIL_SET

FX_IMPORTER_TOSA_XFAIL_SET

justin-ngo-arm commented 4 days ago

Hi @vivekkhandelwal1, @sjarus and I are also tracking fx_importer_tosa regressions from this update. Here are some additional tests that failed on fx_importer_tosa that haven't been included in your list. I also have the full list if you want:

vivekkhandelwal1 commented 20 hours ago

Hi @vivekkhandelwal1, @sjarus and I are also tracking fx_importer_tosa regressions from this update. Here are some additional tests that failed on fx_importer_tosa that haven't been included in your list. I also have the full list if you want:

Hi @justin-ngo-arm, thanks for the update. Actually, the CI does not run the fx_importer_tosa tests hence I missed them. I have updated the above list.

sjarus commented 7 hours ago

@vivekkhandelwal1 which targets does CI run now ? We'd previously discussed potentially swapping one or more existing TOSA targets for fx_importer_tosa.