docs(bench): add the SF500 two-MIG memory and reproduction runbook - #1737
Draft
aocsa wants to merge 4 commits into
Draft
docs(bench): add the SF500 two-MIG memory and reproduction runbook#1737aocsa wants to merge 4 commits into
aocsa wants to merge 4 commits into
Conversation
… message, required keys, launch path, sizing)
5 tasks
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.
Description
The SF500 two-MIG reproduction and memory-sizing instructions currently live only
on
bench/sf500-2-mig-gpus. This PR extracts the runbook intoplan-2mig/, with thepool/arena/host budgets, DISK-tier configuration, benchmark gates, original plan
provenance, and reproduce prompts kept together.
Source commits:
7c18ce8b,7092f445,7610840c. A README clarification distinguishesrecorded results from new verification and explicitly names features supplied by
other runtime trees. It also documents that the recorded engine uses
GPU_DEVICES=0,1on MIG; UUID-basedMIG_DEVICESis not yet supported there.This is a documentation-only extraction against
dev, with no source-fileoverlap with the 19 existing StarRocks draft PRs. The plan is kept as a unit because
its sizing assumptions, execution gates, and reproducibility instructions refer
to one another;
original/preserves the source plan for those references.Validation:
git diff --check ea1c2783...HEADpasses. Reviewed every referencedlocal file within the extracted directory and verified all twelve files are
documentation. GPU runs, DISK smoke tests and runtime rebuilds were not performed
for this extraction. Historical measurements are not a fresh validation result.
Runtime prerequisites remain in the corresponding engine/CN/benchmark work. In
particular, receive credits, HOST-first ingress, bounded frames and
CN_SIRIUS_CONFIG_DIRare described for separate branches and are not implementedby this PR. Keep this PR Draft while those dependencies and runbook portability
are reviewed.
Checklist
References