-
Notifications
You must be signed in to change notification settings - Fork 606
[ET-VK][EZ] Migrate convolution workgroup API #3996
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
The expectation these days is to always use the `ComputeGraph` API; we've just been lazy with migration. Doing convolution now since I'm playing with the workgroup size. Differential Revision: [D58681683](https://our.internmc.facebook.com/intern/diff/D58681683/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3996
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 106fb11 with merge base bcabc37 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D58681683 |
The expectation these days is to always use the `ComputeGraph` API; we've just been lazy with migration. Doing convolution now since I'm playing with the workgroup size. Differential Revision: [D58681683](https://our.internmc.facebook.com/intern/diff/D58681683/) ghstack-source-id: 230549812 Pull Request resolved: #3996
The expectation these days is to always use the `ComputeGraph` API; we've just been lazy with migration. Doing convolution now since I'm playing with the workgroup size. Differential Revision: [D58681683](https://our.internmc.facebook.com/intern/diff/D58681683/) [ghstack-poisoned]
Pull Request resolved: #3996 The expectation these days is to always use the `ComputeGraph` API; we've just been lazy with migration. Doing convolution now since I'm playing with the workgroup size. Differential Revision: [D58681683](https://our.internmc.facebook.com/intern/diff/D58681683/) ghstack-source-id: 230551344
This pull request was exported from Phabricator. Differential Revision: D58681683 |
This pull request has been merged in 99284c7. |
Stack from ghstack (oldest at bottom):
The expectation these days is to always use the
ComputeGraph
API; we've just been lazy with migration. Doing convolution now since I'm playing with the workgroup size.Differential Revision: D58681683