Conversation
Co-authored-by: Cheng Wan <54331508+ch-wan@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: DarkSharpness <2040703891@qq.com> Co-authored-by: DarkSharpness <76582120+DarkSharpness@users.noreply.github.com> Co-authored-by: Ke Bao <ispobaoke@gmail.com> Co-authored-by: Khoa Pham <khoa.pham@radixark.ai> Co-authored-by: Xiaoyu Zhang <1182563586@qq.com> Co-authored-by: Xiaoyu Zhang <xiaoyu.zhang@radixark.ai> Co-authored-by: Yuhao Yang <47235274+yhyang201@users.noreply.github.com> Co-authored-by: Yuwei An <ayw.sirius19@gmail.com> Co-authored-by: Zhichen Zeng <zczeng@uw.edu> Co-authored-by: Ziyi Xu <ziyi.xu@radixark.ai>
…or the lanes outside a row (sgl-project#38829) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…gl-project#38879) Co-authored-by: DarkSharpness <2040703891@qq.com>
…project#38952) Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…L names (sgl-project#38951) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…ok/s) (sgl-project#38976) Co-authored-by: DarkSharpness <2040703891@qq.com> Co-authored-by: Liangsheng Yin <lsyincs@gmail.com>
…oject#38963) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
vladnosiv
requested review from
BBuf,
DarkSharpness,
Fridge003,
HaiShaw,
HydraQYH,
Qiaolin-Yu,
celve,
hebiao064,
ispobock,
merrymercy and
yuan-luo
as code owners
September 11, 2026 11:38
vladnosiv
force-pushed
the
dsv41-hopper-fp8-prefill
branch
from
September 11, 2026 11:49
876c3ad to
bfb1665
Compare
…-project#39068) Co-authored-by: DarkSharpness <2040703891@qq.com> Co-authored-by: DarkSharpness <ziyi.xu@radixark.ai>
vladnosiv
force-pushed
the
dsv41-hopper-fp8-prefill
branch
from
September 11, 2026 13:01
bfb1665 to
ebc404c
Compare
…) (sgl-project#39098) Co-authored-by: weireweire <20922698+weireweire@users.noreply.github.com>
hnyls2002
requested review from
Alisehen,
ByronHsu,
CatherineSue,
Duyi-Wang,
OrangeRedeng,
ShangmingCai,
b8zhong,
mmangkad,
slin1237,
sogalin,
wisclmy0611 and
zijiexia
as code owners
September 15, 2026 21:22
hnyls2002
force-pushed
the
dsv4.1
branch
18 times, most recently
from
September 16, 2026 04:51
95903e5 to
4642740
Compare
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.
Motivation
Based on #38798
V4.1 prefill path on Hopper currently reaches
_low_ratio_index_topk_torchfallback.This change replaces that Hopper prefill fallback with a Triton FP8 path.
Known limitation: the path is noticeably more optimal than the current torch-folback, but it still materializes fp32 scores for the entire context and then calls the top-k kernel.
Modifications
Accuracy Tests
gsm8k
baseline (torch fallback)
current changes
Speed Tests and Profiling
Cold Prefill Benchmark (4xH200)
Serve command (4xH200):
Checklist
Review and Merge Process
/tag-and-rerun-ci,/tag-run-ci-label,/rerun-failed-ciCI States
Latest PR Test (Base): ❌ Run #34830001786
Latest PR Test (Extra): ❌ Run #34830001482
Latest PR Test (AMD ROCm 10): ❌ Run #34830001629