Skip to content

Update dependency flashinfer-python to v0.6.14#136

Open
konflux-internal-p02[bot] wants to merge 1 commit into
rhoai-2.25from
konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x
Open

Update dependency flashinfer-python to v0.6.14#136
konflux-internal-p02[bot] wants to merge 1 commit into
rhoai-2.25from
konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x

Conversation

@konflux-internal-p02

@konflux-internal-p02 konflux-internal-p02 Bot commented Sep 24, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
flashinfer-python ==0.2.11==0.6.14 age confidence

Release Notes

flashinfer-ai/flashinfer (flashinfer-python)

v0.6.14

Compare Source

Manual Intervention Needed ⚠️

Please modify your install instructions as you bump the version to 0.6.14.

pip install flashinfer-python
 
pip install flashinfer-cubin --index-url https://flashinfer.ai/whl     # this is the difference
 
pip install flashinfer-jit-cache --index-url https://flashinfer.ai/whl/cu129

# OR 
pip install flashinfer-jit-cache --index-url https://flashinfer.ai/whl/cu130

See also #​3808

Highlights

This release pushes FlashInfer's coverage onto Blackwell RTX PRO and DGX Spark silicon, lands the CuTe-DSL rewrite of the gated-delta-rule (GDN) kernels behind Qwen3.5/3.6, and makes those kernels production-ready inside vLLM.

Gemma 4 and W4A16 on Blackwell RTX Pro and DGX Spark

Blackwell SM12x parts (RTX PRO 6000, DGX Spark / GB10) previously trailed Blackwell GB200 NVL72 (and B300 SM103) on attention shape and quantization coverage. This release closes the gap for Gemma 4 and weight-only-quantized inference: head_dim=512 attention for Gemma 4's global layers now runs on SM120/121, the FMHAv2 prefill path gains head_dim=256/512 and sliding-window masking on SM120, the new mm_bf16_fp4 W4A16 GEMM is tuned for DGX Spark (completing W4A16 across both dense GEMM and MoE), and gated tanh-GELU brings Gemma 4 MoE onto the CUTLASS backend.

GDN / gated delta rule: CuTe-DSL overhaul (Qwen3.5/3.6)

The gated-delta-rule kernels behind the Qwen3.5/3.6 family were rewritten from CUTLASS C++ to CuTe-DSL (#​3491). The rewrite eliminates the C++ JIT compilation pain reported by customers and establishes the base for context-parallel delta-rule kernels — covering SM90 prefill and its context-parallel variant, SM120 prefill, and a ~20–25% GDN prefill speedup from mainloop efficiency work.

GDN production-ready in vLLM

Two gaps blocked GDN serving in vLLM (#​3602); both are now resolved. GDN kernels are compilation batch-size agnostic, so a single compiled cubin is reused across batch shapes instead of recompiling on every new batch size at inference time, and a new BF16 state recovery/decode kernel writes SSM state into preallocated space to supply the MTP-compatible spec-decode path vLLM needs.

DeepSeek-class sparse MLA on Blackwell, FP8 KV on Hopper

New sparse-MLA paged-attention kernels extend the DeepSeek-V4 (d_qk=512) and DeepSeek-V3.2 / GLM-5.1 (d_qk=576) families onto SM120/121 through the existing flashinfer.mla APIs, with DSv4 coverage broadened to 8/16/32 head counts. On Hopper SM90, native FP8 KV cache support eliminates SGLang's per-layer cast workaround, saving an HBM round-trip per layer on DeepSeek-V3/V4 while staying bit-identical to the BF16 path.

This release pushes FlashInfer's coverage onto Blackwell RTX PRO and DGX Spark silicon, lands the CuTe-DSL rewrite of the gated-delta-rule (GDN) kernels behind Qwen3.5/3.6, and makes those kernels production-ready inside vLLM.

What's Changed

New Contributors

Full Changelog: flashinfer-ai/flashinfer@v0.6.13rc2...v0.6.14

v0.6.13

Compare Source

What's Changed

New Contributors

Full Changelog: flashinfer-ai/flashinfer@v0.6.12rc3...v0.6.13

v0.6.12

Compare Source

What's Changed

New Contributors

Full Changelog: flashinfer-ai/flashinfer@v0.6.11rc1...v0.6.12

v0.6.11.post3

Compare Source

Full Changelog: flashinfer-ai/flashinfer@v0.6.11.post2...v0.6.11.post3

v0.6.11.post2

Compare Source

Full Changelog: flashinfer-ai/flashinfer@v0.6.11.post1...v0.6.11.post2

v0.6.11.post1

Compare Source

Full Changelog: flashinfer-ai/flashinfer@v0.6.11...v0.6.11.post1

v0.6.11

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 1ab82c1 to 471d4a4 Compare September 26, 2025 08:17
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.3.1 chore(deps): update dependency flashinfer-python to v0.3.1.post1 Sep 26, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 471d4a4 to 88d28ed Compare October 9, 2025 04:15
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.3.1.post1 chore(deps): update dependency flashinfer-python to v0.4.0 Oct 9, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 88d28ed to d611e01 Compare October 14, 2025 16:15
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.4.0 chore(deps): update dependency flashinfer-python to v0.4.1 Oct 14, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from d611e01 to 0c17a44 Compare November 2, 2025 09:31
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.4.1 chore(deps): update dependency flashinfer-python to v0.5.0 Nov 2, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 0c17a44 to 8acbac9 Compare November 4, 2025 08:15
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.5.0 chore(deps): update dependency flashinfer-python to v0.5.1 Nov 4, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 8acbac9 to 9390e10 Compare November 7, 2025 04:24
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.5.1 chore(deps): update dependency flashinfer-python to v0.5.2 Nov 7, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 9390e10 to 94495a6 Compare November 21, 2025 01:17
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.5.2 chore(deps): update dependency flashinfer-python to v0.5.3 Nov 21, 2025
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.5.3 Update dependency flashinfer-python to v0.5.3 Dec 11, 2025
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 94495a6 to 6831978 Compare January 8, 2026 05:07
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.5.3 Update dependency flashinfer-python to v0.6.0 Jan 8, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 6831978 to 82a8614 Compare January 14, 2026 13:15
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.0 Update dependency flashinfer-python to v0.6.1 Jan 14, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 82a8614 to 278aeac Compare January 24, 2026 01:39
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.1 Update dependency flashinfer-python to v0.6.2 Jan 24, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 278aeac to 13a49c7 Compare February 6, 2026 01:56
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.2 Update dependency flashinfer-python to v0.6.3 Feb 6, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.3 chore(deps): update dependency flashinfer-python to v0.6.3 Feb 11, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.6.3 chore(deps): update dependency flashinfer-python to v0.6.3 - abandoned Feb 18, 2026
@konflux-internal-p02

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.6.3 - abandoned chore(deps): update dependency flashinfer-python to v0.6.3 Feb 18, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.6.3 chore(deps): update dependency flashinfer-python to v0.6.3 - abandoned Feb 19, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update dependency flashinfer-python to v0.6.3 - abandoned chore(deps): update dependency flashinfer-python to v0.6.3 Feb 19, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 13a49c7 to 4605b5d Compare February 19, 2026 09:07
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 3264a31 to 6ff0842 Compare April 3, 2026 10:50
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.7 Update dependency flashinfer-python to v0.6.7.post1 Apr 3, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 6ff0842 to 19b652a Compare April 4, 2026 08:35
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.7.post1 Update dependency flashinfer-python to v0.6.7.post2 Apr 4, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 19b652a to 0253e6c Compare April 6, 2026 04:32
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.7.post2 Update dependency flashinfer-python to v0.6.7.post3 Apr 6, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 0253e6c to 89ebe69 Compare April 16, 2026 05:44
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.7.post3 Update dependency flashinfer-python to v0.6.8 Apr 16, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 89ebe69 to 8c70234 Compare April 21, 2026 05:02
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.8 Update dependency flashinfer-python to v0.6.8.post1 Apr 21, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 8c70234 to a5a921e Compare April 24, 2026 17:42
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.8.post1 Update dependency flashinfer-python to v0.6.9 Apr 24, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from a5a921e to cddb127 Compare May 5, 2026 02:45
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.9 Update dependency flashinfer-python to v0.6.10 May 5, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from cddb127 to 4bc7f20 Compare May 7, 2026 14:21
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.10 Update dependency flashinfer-python to v0.6.10.post1 May 7, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 4bc7f20 to 6d3d196 Compare May 9, 2026 10:00
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.10.post1 Update dependency flashinfer-python to v0.6.11 May 9, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 6d3d196 to 53db1c5 Compare May 13, 2026 02:30
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.11 Update dependency flashinfer-python to v0.6.11.post1 May 13, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 53db1c5 to 4ef4626 Compare May 14, 2026 09:57
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.11.post1 Update dependency flashinfer-python to v0.6.11.post2 May 14, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 4ef4626 to 8a13534 Compare May 15, 2026 21:38
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.11.post2 Update dependency flashinfer-python to v0.6.11.post3 May 15, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from 8a13534 to cbf945c Compare May 30, 2026 02:00
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.11.post3 Update dependency flashinfer-python to v0.6.12 May 30, 2026
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from cbf945c to ffa1760 Compare June 28, 2026 00:50
@konflux-internal-p02 konflux-internal-p02 Bot changed the title Update dependency flashinfer-python to v0.6.12 Update dependency flashinfer-python to v0.6.13 Jun 28, 2026
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02 konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-2.25/flashinfer-python-0.x branch from ffa1760 to f861643 Compare July 5, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants