[NVBUG-6448152][perf] TEST ONLY; DO NOT REVIEW: disable PP CuTe BF16 auto selection - #16704
Closed
chienchunhung wants to merge 2 commits into
Closed
[NVBUG-6448152][perf] TEST ONLY; DO NOT REVIEW: disable PP CuTe BF16 auto selection#16704chienchunhung wants to merge 2 commits into
chienchunhung wants to merge 2 commits into
Conversation
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
Collaborator
Author
|
/bot run --stage-list "GB300-12_GPUs-3_Nodes-PyTorch-Disagg-PerfSanity-CTX1-NODE1-GPU4-GEN1-NODE2-GPU8-Post-Merge-1" |
Collaborator
|
PR_Github #60863 [ run ] triggered by Bot. Commit: |
Collaborator
|
PR_Github #60863 [ run ] completed with state
|
This was referenced Jul 22, 2026
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.
TEST ONLY; DO NOT REVIEW
This is a one-factor performance diagnostic for the GB300 PP4 disaggregated context workload.
Hypothesis
A later-main change automatically enables persistent CuTe DSL BF16 BMM and GEMM kernels for SM100/SM103 when pipeline parallelism is greater than one. The historical high-throughput tree left both kernels disabled, while the current low-throughput tree enables both on every context PP rank. The bounded phase trace localizes the first inflated interval to PP forward/device-loop overlap, upstream of admission, NIXL transfer, and asynchronous outcome agreement.
Diagnostic change
TRTLLM_NVBUG_6448152_DISABLE_PP_CUTE_BF16_AUTO=1.NVBUG6448152_CUTE event=effective_configmarker.Verification
Interpretation
Do not review or merge this diagnostic.