[None][infra] Disable fmha warmup to reduce non-perf test idle time#16416
[None][infra] Disable fmha warmup to reduce non-perf test idle time#16416pengbowang-nv wants to merge 1 commit into
Conversation
|
/bot help |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand. Details
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. reuse-pipeline
Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break. |
4283e01 to
a0db069
Compare
|
/bot run --disable-fail-fast --extra-stage "DGX_B200-8_GPUs-PyTorch-1,DGX_B200-8_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2" |
|
PR_Github #59595 [ run ] triggered by Bot. Commit: |
|
/bot kill |
a0db069 to
811d59c
Compare
|
PR_Github #59595 [ run ] completed with state
|
811d59c to
04d94bc
Compare
|
/bot run --disable-fail-fast --extra-stage "DGX_B200-8_GPUs-PyTorch-1,DGX_B200-8_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2" |
|
PR_Github #59835 [ run ] triggered by Bot. Commit: |
|
PR_Github #59835 [ run ] completed with state
|
|
/bot run --disable-fail-fast --extra-stage "DGX_B200-8_GPUs-PyTorch-1,DGX_B200-8_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2" |
Signed-off-by: Pengbo Wang <221450789+pengbowang-nv@users.noreply.github.com>
04d94bc to
72f1f3f
Compare
|
/bot run --disable-fail-fast --extra-stage "DGX_B200-8_GPUs-PyTorch-1,DGX_B200-8_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2" |
|
PR_Github #59909 [ run ] triggered by Bot. Commit: |
|
PR_Github #59909 [ run ] completed with state
|
@coderabbitai summary
Description
Disable trtllm-gen fmha warmup for non-perf test so that only really needed kernel are JIT compiled.
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.