-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
[ONNX] Enable support for roll() op. (#58389) #58697
Conversation
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 194df2c (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages: Lint / mypy (1/1)Step: "Run mypy" (full log | diagnosis details | 🔁 rerun)
|
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> ghstack-source-id: 0cc09ce31e92a08dbd66af952d47b07f5199f5b5 Pull Request resolved: #58697
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> [ghstack-poisoned]
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> ghstack-source-id: 197d52d3b0cb81b5f523b5f8235dd8326698a54d Pull Request resolved: #58697
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> Differential Revision: [D28714807](https://our.internmc.facebook.com/intern/diff/D28714807) [ghstack-poisoned]
1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Co-authored-by: fatcat-z <jiz@microsoft.com> ghstack-source-id: 5b294c4c92ae6b37cc5384537e23a80428a860a5 Pull Request resolved: #58697
@SplitInfinity has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
@SplitInfinity merged this pull request in 2c17b6a. |
Summary: Pull Request resolved: pytorch#58697 1. Add a symbolic function for aten::roll() op in symbolic_opset9.py. 2. Add a test with multiple scenarios as well. Test Plan: Imported from OSS Reviewed By: driazati, bhosmer Differential Revision: D28714807 Pulled By: SplitInfinity fbshipit-source-id: eae85f2dcf02737c9256a180f6905a935ca3f57e Co-authored-by: fatcat-z <jiz@microsoft.com>
Stack from ghstack:
Co-authored-by: fatcat-z jiz@microsoft.com
Differential Revision: D28714807