[CI] Shard Kernels Quantization Test to 6 shards, pin AMD mirror at 2 (<20 min) - #52341
Closed
khluu wants to merge 1 commit into
Closed
[CI] Shard Kernels Quantization Test to 6 shards, pin AMD mirror at 2 (<20 min)#52341khluu wants to merge 1 commit into
khluu wants to merge 1 commit into
Conversation
…or at 2 kernels-quantization-test currently runs 2 NVIDIA shards at ~40-45m each (~85m logical, Phase 2 45+ min long pole). Raise NVIDIA parallelism 2 -> 6 to land each shard ~14m (<20m target). Pin mirror.amd.parallelism: 2 so the higher NVIDIA count does not multiply the AMD mirror; relies on ci-infra amd-mirror-parallelism -override (PR vllm-project#473). Per-shard timeout 60 -> 30.
Member
Author
|
Superseded by consolidated kernels PR #54754 on current main. |
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.
What
kernels-quantization-testruns 2 NVIDIA shards at ~40–45 min each (~85 min logical) — a Phase-2 long pole. Raise NVIDIAparallelism2 → 6 to land each shard ~14 min (<20 min target), keeping the AMD mirror at its current 2 shards.How
parallelism: 2 → 6(thepytest -v -s kernels/quantization --shard-id/--num-shardscommand already shards). Per-shardtimeout_in_minutes60 → 30. Coverage/selection unchanged.mirror.amd.parallelism: 2so the higher NVIDIA count does not multiply the AMD mirror. Depends on the ci-infra AMD-mirror parallelism override — Honor mirror.amd.parallelism so NVIDIA sharding cannot multiply AMD mirrors ci-infra#473 (amd-mirror-parallelism-override); without it the field is ignored (AMD would inherit 6), with it AMD stays 2. AMD command/coverage unchanged.Sizing
~85 min logical ÷ 6 ≈ 14 min/shard; headroom under 20 min for nodeid-hash imbalance. Provisional — confirm/trim from the targeted run.
Validation — build #83916 (targeted
kernels-quantization-teston #473, 6/6 green)srcIndex < srcSelectDimSizefailed. #473 generator, heade006ba64): NVIDIA renders 6, AMD mirror pinned to exactly 2 (un-pinned it would inherit 6); AMD command byte-identical.Part of the Phase-2 CI-overhaul sharding pass (kernels/basic-models workstream), one PR per key.