Xiaoyu Zhang
|
c1fe5de69c
|
[Diffusion] Clean up diffusion Triton kernels and modernize custom op registration (#21122)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-22 22:38:57 +08:00 |
|
Xiaoyu Zhang
|
1b65c0d259
|
[Diffusion] Fix torch.compile RMSNorm fallback for Z-Image (#20962)
Co-authored-by: Mick <mickjagger19@icloud.com>
|
2026-03-22 15:38:22 +08:00 |
|
Lianmin Zheng
|
76e4a8662c
|
Replace clamp_position with JIT kernel + platform dispatch (#20999)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-21 21:26:26 -07:00 |
|
Xiaoyu Zhang
|
c076968c52
|
[CI] Remove obsolete AOT-only jit-kernel benchmarks after sgl-kernel 4.0 (#21075)
|
2026-03-21 13:40:42 +08:00 |
|
Lianmin Zheng
|
104b10f70a
|
refactor: consolidate is_in_ci (jit_kernel, sgl-kernel benchmarks, tests) (#21009)
|
2026-03-20 05:55:36 -07:00 |
|
DarkSharpness
|
2dd9196079
|
[JIT Kernel][Feature] Support JIT custom all reduce (rewrite as v2) (#19880)
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-03-20 18:24:07 +08:00 |
|
Lianmin Zheng
|
112b628227
|
Replace _resolve_future_token_ids with JIT kernel + platform dispatch (#20976)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-20 01:47:03 -07:00 |
|
xingsy97
|
f78d5c3b3c
|
[JIT Kernel] Add hadamard kernel test and benchmark (#20030)
|
2026-03-17 23:16:35 -07:00 |
|
Xiaoyu Zhang
|
15097c5c3b
|
Release sglang kernel 0.4.0 (#20440)
Co-authored-by: Baizhou Zhang <sobereddiezhang@gmail.com>
|
2026-03-16 20:34:58 +08:00 |
|
Xiaoyu Zhang
|
e1eb25880f
|
[Diffusion] Add a benchmark for rmsnorm/fuse_add_rmsnorm (#20632)
|
2026-03-16 09:50:33 +08:00 |
|
Xiaoyu Zhang
|
25e38216b6
|
[kernel slimming] Clean many useless sgl-kernel deprecated kernels (#20277)
|
2026-03-14 16:45:54 +08:00 |
|
Xiaoyu Zhang
|
e00328d1e5
|
[Diffusion] Opt qwen-image-edit with fuse_residual_layernorm_scale_shift_gate_select01_kernel (#20395)
Co-authored-by: Yihan Chen <yingluosanqian@gmail.com>
|
2026-03-13 13:15:22 +08:00 |
|
Xiaoyu Zhang
|
60cc06297e
|
[4/n jit_kernel restruct] speed up CI tests and add benchmark workflow (#20268)
|
2026-03-10 21:37:41 +08:00 |
|
Xiaoyu Zhang
|
51d9d34977
|
[2/n jit_kernel restruct] unify rotary embedding entrypoints under rope.py (#20247)
|
2026-03-10 17:49:57 +08:00 |
|
Xiaoyu Zhang
|
8517da5d08
|
[3/n jit_kernel restruct] Clean up benchmark naming and benchmarking helpers (#20250)
|
2026-03-10 16:39:03 +08:00 |
|
Johnsonms
|
7cf0551014
|
Migrate norm kernels to FlashInfer JIT implementation (#18871)
|
2026-03-10 14:56:07 +08:00 |
|
Mohammad Miadh Angkad
|
f88acf8780
|
[JIT Kernel] Reland NVFP4 kernels to JIT (#20012)
|
2026-03-07 10:31:08 +08:00 |
|
Johnsonms
|
2d266c73ea
|
Migrate renorm kernels from sgl-kernel to FlashInfer JIT (#18854)
|
2026-03-06 22:53:28 +08:00 |
|
Baizhou Zhang
|
51e5dc845a
|
Revert "[Kernel Slimming] Migrate NVFP4 kernels to JIT" (#20005)
|
2026-03-05 19:40:00 -08:00 |
|
Mohammad Miadh Angkad
|
2bdd89a6cd
|
[Kernel Slimming] Migrate NVFP4 kernels to JIT (#19437)
|
2026-03-05 15:22:28 +08:00 |
|
Yuan Luo
|
7c9e8e2def
|
[Re-land][jit kernel] Support per_token_group_quant_8bit jit kernel (#19140)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
Co-authored-by: Mohammad Miadh Angkad <mangkad.bsdsba2027@aim.edu>
|
2026-02-26 09:53:57 +08:00 |
|
Linyu Wu
|
beabaa8d37
|
[Kernel Slimming] Migrate marlin moe kernel to JIT (#19181)
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-02-26 09:05:13 +08:00 |
|
Hubert Lu
|
8bd644765f
|
[AMD] Enable ROCm kvcache JIT path and add AMD CI coverage. (#18992)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-25 14:15:05 +08:00 |
|
Linyu Wu
|
2cdde5d4ab
|
[Kernel Slimming] Migrate AWQ marlin repack kernel to JIT (#18949)
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-02-23 22:05:27 +08:00 |
|
Liangsheng Yin
|
4653939cda
|
Revert "[jit kernel] Support per_token_group_quant_8bit jit kernel" (#19131)
|
2026-02-22 07:54:24 +08:00 |
|
DarkSharpness
|
d8d0208c63
|
[Feature] rewrite rope kernel; remove flashinfer dependencies (#18844)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-02-21 21:32:40 +08:00 |
|
Yuan Luo
|
7d953440ec
|
[jit kernel] Support per_token_group_quant_8bit jit kernel (#18905)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
|
2026-02-20 21:01:05 +08:00 |
|
DarkSharpness
|
9d138685c1
|
[Refactor] Fix test and clean up hicache code (#18555)
|
2026-02-18 14:37:46 +08:00 |
|
Yi Zhong
|
ed22720c07
|
[JIT kernel] hd=512,1024 in JIT QK norm (cta based) (#17515)
Signed-off-by: vincentzed <207368749+vincentzed@users.noreply.github.com>
|
2026-02-16 16:07:24 +08:00 |
|
Linyu Wu
|
0012d6a4eb
|
[Kernel Slimming] Migrate GPTQ-Marlin repack kernel to JIT (#18543)
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-02-13 22:29:22 +08:00 |
|
Xuchun Shang
|
3d68bd9d9b
|
add hicache jit test (#17847)
Signed-off-by: Xuchun Shang <xuchun.shang@linux.alibaba.com>
|
2026-02-06 16:54:33 +08:00 |
|
Linyu Wu
|
aa390d2762
|
[Kernel] Migrate GPTQ-Marlin GEMM kernel to JIT (#18067)
|
2026-02-06 08:31:42 +08:00 |
|
Jianying
|
4739f2e8d5
|
[diffusion] kernel: gated residual layernorm scale shift and layernorm scale shift kernel fusion for Qwen-Image, WAN and HunyuanVideo (#14717)
Co-authored-by: AichenF <aichenf@nvidia.com>
Co-authored-by: jianyingzhu <joeyzhu@nvidia.com>
Co-authored-by: root <root@a4u8g-0120.ipp2a2.colossus.nvidia.com>
Co-authored-by: Yihan Chen <yingluosanqian@example.com>
Co-authored-by: 陈一涵 <yingluosanqian@gmail.com>
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-02-04 13:46:20 +08:00 |
|
Linyu Wu
|
9b1619c148
|
[Move sgl-kernel Kernel to JIT] Add JIT concat MLA kernels (#17889)
|
2026-02-03 10:49:17 +08:00 |
|
Xiaoyu Zhang
|
a1bbc892af
|
[Diffsuion & JIT_kernel] QKNorm cross heads kernel (#18073)
|
2026-02-03 10:03:17 +08:00 |
|
Qi Yuhang
|
0368ddf9ea
|
[JIT Kernel]Support fused_add_rmsnorm in JIT Kernel (#17677)
|
2026-01-29 09:29:59 +08:00 |
|
Zhengbo Wang
|
fb61164f27
|
[Refactor] Use is_in_ci() utility in JIT kernel benchmarks (#17118)
|
2026-01-25 20:40:47 +08:00 |
|
DarkSharpness
|
ba9f6d8f26
|
[Refactor] Clean up JIT kernel utilites (#16884)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com>
|
2026-01-13 17:54:16 +08:00 |
|
DarkSharpness
|
d112f6a25b
|
[Feature] Support JIT set kv cache (#16273)
|
2026-01-10 17:34:09 -08:00 |
|
Yuan Luo
|
3a42c5e341
|
[VLM] Adopt jit qk_norm kernel in VLM (#16171)
Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
|
2026-01-01 10:10:36 +08:00 |
|
DarkSharpness
|
8e43980ebb
|
[Feature] JIT Fused QK norm + qk norm clean up (#15835)
|
2025-12-28 11:53:50 +08:00 |
|
Xiaoyu Zhang
|
de2f2880b5
|
[JIT sgl-kernel] Jit support per tensor quant (#15709)
|
2025-12-25 16:24:37 +08:00 |
|