-
Notifications
You must be signed in to change notification settings - Fork 443
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
[ET-VK] Splitting TILE_SIZE to TILE_SIZE_X and TILE_SIZE_Y in conv2d pw. #7816
[ET-VK] Splitting TILE_SIZE to TILE_SIZE_X and TILE_SIZE_Y in conv2d pw. #7816
Conversation
This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7816
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit c8e403f with merge base e78ed83 ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D68400783 |
… in conv2d pw." This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D68400783 |
… in conv2d pw." This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D68400783 |
… in conv2d pw." This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D68400783 |
… in conv2d pw." This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D68400783 |
… in conv2d pw." This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D68400783 |
b818123
into
gh/trivedivivek/48/base
Pull Request resolved: #7816 This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. ghstack-source-id: 263238734 @exported-using-ghexport Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) --------- Co-authored-by: Vivek Trivedi <[email protected]>
Pull Request resolved: #7816 This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. ghstack-source-id: 263238734 @exported-using-ghexport Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) --------- Co-authored-by: Vivek Trivedi <[email protected]>
Pull Request resolved: pytorch#7816 This diff splits the `TILE_SIZE` variable in the `conv2d_pw` GLSL code into `TILE_SIZE_X` and `TILE_SIZE_Y`. This change is made so tile size in different dimensions can be tuned separately. ghstack-source-id: 263238734 @exported-using-ghexport Differential Revision: [D68400783](https://our.internmc.facebook.com/intern/diff/D68400783/) --------- Co-authored-by: Vivek Trivedi <[email protected]>
Stack from ghstack (oldest at bottom):
This diff splits the
TILE_SIZE
variable in theconv2d_pw
GLSL code intoTILE_SIZE_X
andTILE_SIZE_Y
. This change is made so tile size in different dimensions can be tuned separately.Differential Revision: D68400783