Verify Level-2 workspace reservations - #32189
Draft
Chi Lo (chilo-ms) wants to merge 1 commit into
Draft
Conversation
Persist accepted per-node workspace reservations through partitioning and compare them with kernel declarations during session finalization. Add an opt-in strict mode for constrained deployments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cdd38fe6-fcf3-45c2-acea-b8e6206a7839
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.
PR stack
This is the middle PR. Please review it relative to
chilo/workspace-estimation-logging; it contains one stack-specific commit.Summary
session.strict_workspace_verification=1.Scope
This PR verifies the partitioning contract after kernels are created and prepacked. It does not repartition the graph or change runtime workspace allocation. Static preallocation is the next PR in the stack (#32071).
Validation
onnxruntime_test_allDebug build passed.ResourceAccountantTest.*andRealAccountantTest.*: 18 tests passed.