Skip to content

Conversation

@Deivanayaki-S
Copy link
Contributor

This PR fixes error handling in from_fx and from_exported_program to detect unsupported ops more effectively. Instead of stopping at the first missing op due to an assertion error, it now collects all missing function-type ops first, which helps identify all unsupported operations at once.

@Deivanayaki-S Deivanayaki-S marked this pull request as ready for review April 13, 2025 10:26
@hugolatendresse
Copy link
Contributor

cc @MasterJH5574 @tlopex

@mshr-h mshr-h merged commit 820642b into apache:main Apr 14, 2025
15 checks passed
@mshr-h
Copy link
Contributor

mshr-h commented Apr 14, 2025

We can put the both check logic into base_fx_graph_translator.py since they're almost the same. But it's okay to do it in the following PR.

ShiboXing pushed a commit to ShiboXing/tvm that referenced this pull request Aug 10, 2025
* enhance missing func types finding in exported program and fx graph frontend

* fix trailing space issue

* fix lint issues by formatting the code

* fix name error in fx frontend

---------

Co-authored-by: deivanayakisankaralingam <deiva@Deivanayaki>
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.

3 participants