-
Notifications
You must be signed in to change notification settings - Fork 388
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] Adding function to set push constants in Command buffer. #7221
[ET-VK] Adding function to set push constants in Command buffer. #7221
Conversation
This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7221
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 638c78d with merge base b9db0a3 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D66714317 |
…uffer." This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D66714317 |
…uffer." This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D66714317 |
…uffer." This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D66714317 |
b6df23b
into
gh/trivedivivek/20/base
Pull Request resolved: #7221 This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. ghstack-source-id: 257227241 @exported-using-ghexport Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/)
Pull Request resolved: #7221 This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new `set_push_constants` function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function. ghstack-source-id: 257227241 @exported-using-ghexport Differential Revision: [D66714317](https://our.internmc.facebook.com/intern/diff/D66714317/) Co-authored-by: Vivek Trivedi <[email protected]>
Stack from ghstack (oldest at bottom):
This diff adds a function to set push constants in the Command buffer for ET-VK. The changes include adding a new
set_push_constants
function to the CommandBuffer class and modifying the code in the CommandBuffer class to call this new function.Differential Revision: D66714317