Skip to content

Conversation

@sahas3
Copy link
Member

@sahas3 sahas3 commented Nov 24, 2025

Since torchscript path is not maintained anymore, updating the default choice for e2e testing to fx_importer from linalg. Backend being tested is still the linalg path.
Fixes #4386

@sahas3 sahas3 requested review from sjarus and zjgarvey November 24, 2025 01:32
Copy link
Contributor

@hariprasadravi hariprasadravi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this quickly!

"--config",
choices=config_choices,
default="linalg",
default="fx_importer",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, this should have been named fx_importer_linalg to make it consistent with fx_importer_tosa and stablehlo. Will it be very invasive?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK, tosa/stablehlo paths were introduced after the linalg backend path. So that's probably why the names are the way they are currently. I think changing fx_importer to fx_importer_linalg may cause issues for downstream users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

E2E tests failing on main branch (Commit: b834f94b)

3 participants