Skip to content

[None][chore] Update flashinfer-python from 0.6.16 to 0.6.18 - #18428

Merged
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:nv-guomingz/update_flashinfer_0.6.18
Sep 3, 2026
Merged

[None][chore] Update flashinfer-python from 0.6.16 to 0.6.18#18428
nv-guomingz merged 1 commit into
NVIDIA:mainfrom
nv-guomingz:nv-guomingz/update_flashinfer_0.6.18

Conversation

@nv-guomingz

@nv-guomingz nv-guomingz commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bump flashinfer-python from 0.6.16 to 0.6.18 (latest stable).

Updated version pins in:

  • requirements.txt
  • security_scanning/pyproject.toml
  • ATTRIBUTIONS-Python.md

Notable upstream changes relevant to TRT-LLM:

Test Coverage

  • Existing FlashInfer attention/GDN unit tests in CI
  • pip install -r requirements.txt installs successfully
  • CI pre-merge passes

Summary by CodeRabbit

  • Chores
    • Updated flashinfer-python dependency from 0.6.16 to 0.6.18

Dev Engineer Review

  • Updated flashinfer-python from 0.6.16 to 0.6.18 in:
    • requirements.txt
    • security_scanning/pyproject.toml
    • ATTRIBUTIONS-Python.md
  • Dependency versions remain consistent across all files.
  • No public API or test files changed.
  • The update includes upstream SM100 GDN optimizations, a correctness fix, and kernel reuse improvements.
  • Installation and CI pre-merge checks passed.
  • The L0 Merge Request pipelines failed. The failed tests require follow-up before merge.

QA Engineer Review

No test changes.

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: ec1b8eb3-c6d5-40f3-b046-462d58e50400

📥 Commits

Reviewing files that changed from the base of the PR and between 5a1ae8f and 05d94f4.

📒 Files selected for processing (3)
  • ATTRIBUTIONS-Python.md
  • requirements.txt
  • security_scanning/pyproject.toml
🚧 Files skipped from review as they are similar to previous changes (3)
  • ATTRIBUTIONS-Python.md
  • requirements.txt
  • security_scanning/pyproject.toml

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


Walkthrough

The PR updates flashinfer-python from version 0.6.16 to 0.6.18 in the main requirements, security scanning configuration, and attribution record.

Changes

FlashInfer dependency update

Layer / File(s) Summary
Update FlashInfer version references
requirements.txt, security_scanning/pyproject.toml, ATTRIBUTIONS-Python.md
The dependency pins and attribution record now reference flashinfer-python version 0.6.18.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 05d94

This change updates the flashinfer-python dependency and matching attribution metadata without any identified merge-blocking risk; it is merge-ready after normal checks and review.

Suggested reviewers: mlefeb01, zhanruisunch

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the dependency update from flashinfer-python 0.6.16 to 0.6.18 and uses the required ticket and type format.
Description check ✅ Passed The description explains the dependency update, lists the affected files, notes relevant upstream changes, and documents test coverage. It does not include the PR Checklist section, but the required c…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description explains the dependency update, lists the affected files, notes relevant upstream changes, and documents test coverage. It does not include the PR Checklist section, but the required change and validation information is mostly complete.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (3 skipped: 3 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70268 [ run ] triggered by Bot. Commit: 34e6d00 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70268 [ run ] completed with state SUCCESS. Commit: 34e6d00
/LLM/main/L0_MergeRequest_PR pipeline #57515 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz
nv-guomingz force-pushed the nv-guomingz/update_flashinfer_0.6.18 branch from 34e6d00 to e935430 Compare September 1, 2026 10:36
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70676 [ run ] triggered by Bot. Commit: e935430 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70676 [ run ] completed with state SUCCESS. Commit: e935430
/LLM/main/L0_MergeRequest_PR pipeline #57874 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

Bump flashinfer-python to the latest stable release. Updated version pins
in requirements.txt, security_scanning/pyproject.toml, and
ATTRIBUTIONS-Python.md.

Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
@nv-guomingz
nv-guomingz force-pushed the nv-guomingz/update_flashinfer_0.6.18 branch from e935430 to 05d94f4 Compare September 2, 2026 02:44
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70875 [ run ] triggered by Bot. Commit: 05d94f4 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70875 [ run ] completed with state SUCCESS. Commit: 05d94f4
/LLM/main/L0_MergeRequest_PR pipeline #58049 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70985 [ run ] triggered by Bot. Commit: 05d94f4 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #70985 [ run ] completed with state SUCCESS. Commit: 05d94f4
/LLM/main/L0_MergeRequest_PR pipeline #58146 completed with status: 'UNSTABLE'

CI Report

⚠️ Multi-GPU Label Required:
Multi-GPU tests require the ci: full pre-merge approved label on this PR. Ask a member of NVIDIA/trt-llm-ci-approvers to add the label, then re-trigger CI with the same bot command (no rebase needed).

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #71126 [ run ] triggered by Bot. Commit: 05d94f4 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #71126 [ run ] completed with state FAILURE. Commit: 05d94f4
/LLM/main/L0_MergeRequest_PR pipeline #58270 completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@nv-guomingz

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast

@nv-guomingz
nv-guomingz enabled auto-merge (squash) September 3, 2026 05:02
@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #71178 [ run ] triggered by Bot. Commit: 05d94f4 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #71178 [ run ] completed with state SUCCESS. Commit: 05d94f4
/LLM/main/L0_MergeRequest_PR pipeline #58315 completed with status: 'SUCCESS'

CI Report

Link to invocation

@nv-guomingz
nv-guomingz merged commit 31779d6 into NVIDIA:main Sep 3, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants