-
Notifications
You must be signed in to change notification settings - Fork 706
[ET-VK][ez] Support convolutions with padding > 0 and dilation > 1 #10115
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
## Context As title. ## Changes Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0. Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation. Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/) [ghstack-poisoned]
## Context As title. ## Changes Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0. Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation. Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/) ghstack-source-id: 277626560 Pull Request resolved: #10115
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10115
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 742de0e with merge base c352672 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D72879342 |
…tion > 1" ## Context As title. ## Changes Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0. Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation. Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/) [ghstack-poisoned]
Pull Request resolved: #10115 ## Context As title. ## Changes Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0. Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation. Differential Revision: [D72879342](https://our.internmc.facebook.com/intern/diff/D72879342/) ghstack-source-id: 277982652
|
This pull request was exported from Phabricator. Differential Revision: D72879342 |
Stack from ghstack (oldest at bottom):
Context
As title.
Changes
Modified convolution shader to set starting input position correctly when padding and dilation are both greater than 0.
Removed safeguard check for padding = 0 when dilation > 1 in C++ implementation.
Differential Revision: D72879342