Integrate CUDA workspace with activation memory patterns - #32071
Draft
Chi Lo (chilo-ms) wants to merge 4 commits into
Draft
Integrate CUDA workspace with activation memory patterns#32071Chi Lo (chilo-ms) wants to merge 4 commits into
Chi Lo (chilo-ms) wants to merge 4 commits into
Conversation
Add an opt-in sequential static-workspace pilot that reuses one aligned buffer per device and routes MatMulNBits slot zero through it with dynamic fallback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cdd38fe6-fcf3-45c2-acea-b8e6206a7839
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cdd38fe6-fcf3-45c2-acea-b8e6206a7839
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: cdd38fe6-fcf3-45c2-acea-b8e6206a7839
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.
Summary
This is a stacked draft PR on top of
chilo/level2-workspace-verification.OrtValuePatternPlannercan pack workspace with non-overlapping activations;OpKernelContext;MatMulNBitsslot 0 through the planned pointer while retainingGetScratchBuffer()when the request exceeds the declaration or no usable pattern exists;OrtValueindices.Runtime flow
backing_buffer + workspace_offsetfrom the execution frame.Tests
MemPatternPlannerTest.WorkspaceSharesNonOverlappingActivationBlock.MatMulNBitschain that verifies:Local validation:
The available Windows build is CPU-only (
onnxruntime_USE_CUDA=OFF), so the CUDA E2E tests require CUDA CI or a CUDA-enabled developer build.Current scope
MatMulNBitspilot;Tracking: #29775
Design document: https://github.com/microsoft/onnxruntime/blob/chilo/workspace-estimation-preallocation-design/docs/annotated_partitioning/workspace_estimation_and_preallocation.md