-
Notifications
You must be signed in to change notification settings - Fork 684
[ET-VK] 6/n Split dispatches between multiple command buffers. Replaced encode_execute
function with invalidate_execute_encoding
and moved encoding logic to execute function().
#13016
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
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). This diff removes `encode_execute()` function. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13016
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 2592f49 with merge base 439bb6c ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). This diff removes `encode_execute()` function. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) ghstack-source-id: 297169585 Pull Request resolved: #13016
This pull request was exported from Phabricator. Differential Revision: D78581574 |
…ers. Replaced `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function()." This diff removes `encode_execute()` function. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) [ghstack-poisoned]
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). Pull Request resolved: #13016 This diff removes `encode_execute()` function and moves its functionality to `execute()`. `execute()` function automatically encodes command buffers when `deferred_cmd_list_` is empty. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) ghstack-source-id: 299661241
This pull request was exported from Phabricator. Differential Revision: D78581574 |
…ers. Replaced `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function()." This diff removes `encode_execute()` function. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D78581574 |
…ers. Replaced `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function()." This diff removes `encode_execute()` function. Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/) [ghstack-poisoned]
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). Pull Request resolved: #13016 This diff removes `encode_execute()` function and moves its functionality to `execute()`. `execute()` function automatically encodes command buffers when `deferred_cmd_list_` is empty. ghstack-source-id: 299987383 Differential Revision: [D78581574](https://our.internmc.facebook.com/intern/diff/D78581574/)
This pull request was exported from Phabricator. Differential Revision: D78581574 |
b3c357b
into
gh/trivedivivek/128/base
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). (#13054) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #13016 by @trivedivivek ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/orig @diff-train-skip-merge Co-authored-by: Vivek Trivedi <5340687+trivedivivek@users.noreply.github.com>
…ed `encode_execute` function with `invalidate_execute_encoding` and moved encoding logic to execute function(). (pytorch#13054) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#13016 by @trivedivivek ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/trivedivivek/128/orig @diff-train-skip-merge Co-authored-by: Vivek Trivedi <5340687+trivedivivek@users.noreply.github.com>
Stack from ghstack (oldest at bottom):
encode_execute
function withinvalidate_execute_encoding
and moved encoding logic to execute function(). #13016This diff removes
encode_execute()
function.Differential Revision: D78581574