-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ONNX][Draft] Introduce 'Functionalization' for torchscript exporter #98246
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/98246
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 7afbd38: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…t exporter" This is a quick attempt to utilize `torch.func.functionalize` for torchscript based onnx exporter. So far it works for the simple mutation test case, but one would expect a lot of issues and edge cases with more complicated models. I will likely not follow up on this to completion, but feel free to use this PR as a starting point if you found this an interesting feature to add! [ghstack-poisoned]
…t exporter" This is a quick attempt to utilize `torch.func.functionalize` for torchscript based onnx exporter. So far it works for the simple mutation test case, but one would expect a lot of issues and edge cases with more complicated models. I will ~~likely~~ not follow up on this to completion, but feel free to use this PR as a starting point if you found this an interesting feature to add! [ghstack-poisoned]
…t exporter" This is a quick attempt to utilize `torch.func.functionalize` for torchscript based onnx exporter. So far it works for the simple mutation test case, but one would expect a lot of issues and edge cases with more complicated models. I will ~~likely~~ not follow up on this to completion, but feel free to use this PR as a starting point if you found this an interesting feature to add! [ghstack-poisoned]
…t exporter" This is a quick attempt to utilize `torch.func.functionalize` for torchscript based onnx exporter. So far it works for the simple mutation test case, but one would expect a lot of issues and edge cases with more complicated models. I will ~~likely~~ not follow up on this to completion, but feel free to use this PR as a starting point if you found this an interesting feature to add! [ghstack-poisoned]
…alization' for torchscript exporter" This is a quick attempt to utilize `torch.func.functionalize` for torchscript based onnx exporter. So far it works for the simple mutation test case, but one would expect a lot of issues and edge cases with more complicated models. I will ~~likely~~ not follow up on this to completion, but feel free to use this PR as a starting point if you found this an interesting feature to add! [ghstack-poisoned]
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Stack from ghstack (oldest at bottom):
This is a quick attempt to utilize
torch.func.functionalize
for torchscript basedonnx exporter. So far it works for the simple mutation test case, but one would
expect a lot of issues and edge cases with more complicated models. I will
likelynot follow up on this to completion, but feel free to use this PR as a starting point if
you found this an interesting feature to add!