-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tracker] Fix tests added to xfail_set due to PyTorch version update #3796
Comments
Set PyTorch and TorchVision version to nightly release 2024-10-15. Tracker issue for the failing tests added to xfail_set in this PR. Issue: #3796 This commit disables the failing sparse tensor tests since they are not maintained on day-to-day basis and blocks the roll PyTorch update for now. Signed-Off By: Vivek Khandelwal <[email protected]>
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. |
@vivekkhandelwal1 which targets does CI run now ? We'd previously discussed potentially swapping one or more existing TOSA targets for fx_importer_tosa. |
Hi @sjarus, we run the following script https://github.com/llvm/torch-mlir/blob/main/build_tools/ci/test_posix.sh to run the tests in CI. The configs for which tests are run are: onnx, fx_importer, fx_importer_stablehlo. |
Thanks! What would be the logistical impact of adding fx_importer_tosa to that list ? There are multiple contributors to the TorchToTosa path who would benefit from this. |
I don't exactly remember why did we remove this but AFAICR the reason might have been irregular maintenance of this code path. If you think we should have this in CI again then I think @stellaraccident is the best person to take a call on this. |
If it is maintained and of reasonable duration, I think we can handle that. Certainly open to give it a try and see how it goes. |
This issue is for tracking the failing tests due to the roll PyTorch update done here: #3727. Some of the tests are common for the
FX_IMPORTER_XFAIL_SET
andFX_IMPORTER_STABLEHLO_XFAIL_SET
.FX_IMPORTER_XFAIL_SET
FX_IMPORTER_CRASHING_SET
FX_IMPORTER_STABLEHLO_XFAIL_SET
FX_IMPORTER_TOSA_XFAIL_SET
The text was updated successfully, but these errors were encountered: