Draft-mode export: ep.run_decompositions() doesn't run with real tensor prop #139283
Labels
export-triaged
This tag is used to tag issues that have been looked by PT2 Export team and determined the next step
oncall: export
oncall: pt2
Repro: patch in #139213 (needed for an error to show up), then run the following script:
What's going on is that:
A fix could be that "if you're not decomposing the operator, then run_decompositions uses the existing FakeTensors to infer a meta kernel". But there's a more general question of if there are any more downstream graph passes that will have problems due to not having access to the real tensors.
cc @ezyang @chauhang @penguinwu @avikchaudhuri @gmagogsfm @zhxchen17 @tugsbayasgalan @angelayi @suo @ydwu4
The text was updated successfully, but these errors were encountered: