-
Notifications
You must be signed in to change notification settings - Fork 903
[feat] Add routing_replay_out support to MoE kernels and Python API #3024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aleozlx
merged 24 commits into
flashinfer-ai:main
from
TomerBN-Nvidia:upstream-routing-replay
Apr 14, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
10d80fc
feat: add routing_replay_out to MoE kernel launchers and routing kernels
b39aa06
feat: add routing_replay_out to noAuxTc DSV3 routing kernel
fd6ca4b
feat: add routing_replay_out to Python MoE API
f6bd8cb
test: add routing replay tests for FP8 and DSV3 MoE kernels
8d0d0f0
docs: add vLLM routing replay integration guide
88e18b4
fix: add missing int16 dtype validation and FP4/MXINT4 public API params
1fb8454
fix: address code review feedback β missing routing_replay_out paramsβ¦
TomerBN-Nvidia 777a82d
fix: clarify unordered column semantics in doc and strengthen replay β¦
TomerBN-Nvidia 5929e15
docs: clarify API list is vLLM-specific subset, add language tag to cβ¦
TomerBN-Nvidia 7e076e6
fix: add routing_replay_out to FP8 per-tensor op/fake_op, test oversiβ¦
TomerBN-Nvidia ec2d137
fix: add __version__ to flashinfer_cubin for nightly base compat
c067939
fix: wrap DLDataType brace initializer in extra parens for TVM_FFI_ICβ¦
72329b7
fix: address human review β revert __version__, docstring, trtllm-onlβ¦
TomerBN-Nvidia 500e022
fix: add missing Optional import to tvm_ffi_utils.h for noAuxTcKernelβ¦
4e62412
fix: switch FP8 block scale replay test from Renormalize to DeepSeekVβ¦
66cc35d
fix: column order matches topk_indices, remove em dash
26ad7a4
fix: reject strided routing_replay_out views - require contiguous layout
e135197
fix: move Optional import to noAuxTcKernels, add Python validation, sβ¦
TomerBN-Nvidia 06cefff
Merge branch 'main' into upstream-routing-replay
aleozlx 697afe4
Merge branch 'main' of https://github.com/flashinfer-ai/flashinfer inβ¦
aleozlx 67cc957
precommit
aleozlx 625442f
Merge branch 'main' into upstream-routing-replay
TomerBN-Nvidia 79b6c3b
fix: move mPtrRoutingReplayOut to end of routing structs
db1855e
Merge pull request #4 from TomerBN-Nvidia/fix-routing-struct-layout
TomerBN-Nvidia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.