[Diffusion] Improve qwen image edit performace to align with LightX2V#15812
Merged
[Diffusion] Improve qwen image edit performace to align with LightX2V#15812
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
mickqian
approved these changes
Dec 25, 2025
python/sglang/multimodal_gen/runtime/layers/attention/backends/flash_attn.py
Outdated
Show resolved
Hide resolved
Collaborator
Author
|
/tag-and-rerun-ci |
mickqian
approved these changes
Dec 26, 2025
This was referenced Dec 28, 2025
Collaborator
|
this PR failed AMD CI's cc @merrymercy @Ying1123 should not be merged. |
Kangyan-Zhou
pushed a commit
that referenced
this pull request
Jan 2, 2026
6 tasks
yingluosanqian
pushed a commit
to yingluosanqian/sglang
that referenced
this pull request
Jan 4, 2026
YChange01
pushed a commit
to YChange01/sglang
that referenced
this pull request
Jan 13, 2026
…h LightX2V (sgl-project#15812) Co-authored-by: Mick <mickjagger19@icloud.com>
YChange01
pushed a commit
to YChange01/sglang
that referenced
this pull request
Jan 13, 2026
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.
main
pr
Motivation
use upstream fa3 , not sgl-kernel fa3 : 1.7ms->1.2ms
main:
pr:
flashinfer rope: 241us->82us
main
pr:
revert pack qkv to avoid unaligned cat kernel: 154.5us->70us
main:
pr:
fuse_scale_shift_gate_select01_kernel: 148us->66us。
main:
pr:
one-step one-lyaer result
Each layer of every step is very close now.