-
Notifications
You must be signed in to change notification settings - Fork 664
[ET-VK][13/n] split_with_sizes with more test codegen #3389
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
Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3389
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 466d1ea with merge base 987a1f9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D56660525 |
Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/) ghstack-source-id: 224195688 Pull Request resolved: #3389
Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D56660525 |
Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D56660525 |
This pull request has been merged in 8458e63. |
Pull Request resolved: pytorch/executorch#3389 Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. ghstack-source-id: 224258792 @exported-using-ghexport Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/)
Pull Request resolved: pytorch/executorch#3389 Life is fun when the code-gen is more challenging than writing the operator itself. 1. Test codegen update to include vector of Tensor as output: `Tensor(a)[]`. 2. `aten.split_with_sizes.default` 3. `aten.split.Tensor` 4. Improve `DimUtils` for better dimension reasoning. ghstack-source-id: 224398848 @exported-using-ghexport Differential Revision: [D56660525](https://our.internmc.facebook.com/intern/diff/D56660525/)
Stack from ghstack (oldest at bottom):
Life is fun when the code-gen is more challenging than writing the operator itself.
Tensor(a)[]
.aten.split_with_sizes.default
aten.split.Tensor
DimUtils
for better dimension reasoning.Differential Revision: D56660525