[NPU] Adapt cann 8.5: use sfa and lightning indexer op from cann and CI update#17615
Merged
iforgetmyname merged 12 commits intosgl-project:mainfrom Jan 27, 2026
Merged
[NPU] Adapt cann 8.5: use sfa and lightning indexer op from cann and CI update#17615iforgetmyname merged 12 commits intosgl-project:mainfrom
iforgetmyname merged 12 commits intosgl-project:mainfrom
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Collaborator
|
what's difference with #17489 |
Contributor
Author
Collaborator
28 tasks
| STREAMS_PER_DEVICE: 32 | ||
| run: | | ||
| export PATH="/usr/local/Ascend/8.3.RC1/compiler/bishengir/bin:${PATH}" | ||
| export PATH="/usr/local/Ascend/cann-8.5.0/aarch64-linux/bin:${PATH}" |
Collaborator
There was a problem hiding this comment.
why we need this change?
if bishengir is not needed, just remove this line
Collaborator
|
/tag-and-rerun-ci |
Collaborator
|
/rerun-failed-ci |
iforgetmyname
approved these changes
Jan 27, 2026
charlesHsuGG
pushed a commit
to charlesHsuGG/sglang
that referenced
this pull request
Jan 28, 2026
…CI update (sgl-project#17615) Co-authored-by: Kelon <kelonlu@163.com>
Chen-0210
pushed a commit
to Chen-0210/sglang
that referenced
this pull request
Jan 30, 2026
…CI update (sgl-project#17615) Co-authored-by: Kelon <kelonlu@163.com>
Johnsonms
pushed a commit
to Johnsonms/sglang
that referenced
this pull request
Feb 14, 2026
…CI update (sgl-project#17615) Co-authored-by: Kelon <kelonlu@163.com>
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
There are some bugs of sparse flash attention and lightning indexer in custom_ops package. Fixed ops are intergrated in CANN 8.5 so we update these ops and call them using torch_npu.
lightning_indexer: https://gitcode.com/cann/ops-transformer/blob/master/attention/lightning_indexer/README.md
sfa: https://gitcode.com/cann/ops-transformer/blob/master/attention/sparse_flash_attention/README.md
Upgrading the CI to the corresponding version of cann 8.5
Modifications
Accuracy Tests