-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Fix]: prim::If with multiple outputs and input return directly #131779
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/131779
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b083f51 with merge base e3513fb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
5ce92cc
to
3bffcf7
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
3bffcf7
to
b596dfc
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
b596dfc
to
6cacd97
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
6cacd97
to
91754fb
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
91754fb
to
cabcc5b
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
cabcc5b
to
b083f51
Compare
@jiashenC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Issue
Test is not working for prim::Loop with multiple outputs. Additionally fix issue where input is directly returned, which is not supported by HigherOrderOp.
Test Plan
pytest test/export/test_converter.py -s -k test_convert_if_multiple_out