[ET-VK] 8/n Split dispatches between multiple command buffers. This diff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers.#13113
Merged
facebook-github-bot merged 3 commits intoAug 7, 2025
Conversation
…iff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13113
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 0710f6c with merge base 0a2bf93 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job 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. |
trviv
added a commit
that referenced
this pull request
Aug 4, 2025
…iff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/) ghstack-source-id: 300619367 Pull Request resolved: #13113
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79575908 |
SS-JIA
approved these changes
Aug 6, 2025
…ers. This diff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers." This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/) [ghstack-poisoned]
trviv
added a commit
that referenced
this pull request
Aug 6, 2025
…iff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers. Pull Request resolved: #13113 This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. ghstack-source-id: 301208253 @exported-using-ghexport Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/)
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79575908 |
…ers. This diff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers." This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/) [ghstack-poisoned]
trviv
added a commit
that referenced
this pull request
Aug 7, 2025
…iff adds a config to limit the maximum number of command buffers created when splitting execution between multiple command buffers. Pull Request resolved: #13113 This diff introduces a new configuration option, `execute_max_cmds`, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large. ghstack-source-id: 301393815 @exported-using-ghexport Differential Revision: [D79575908](https://our.internmc.facebook.com/intern/diff/D79575908/)
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79575908 |
4439b8f
into
gh/trivedivivek/129/base
101 of 105 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
This diff introduces a new configuration option,
execute_max_cmds, to limit the maximum number of command buffers created when splitting execution between multiple command buffers. This feature allows for more efficient management of command buffers, particularly in scenarios where the number of nodes in the graph is large.Differential Revision: D79575908