Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xLLM-AI
/
xllm
Public
Notifications
You must be signed in to change notification settings
Fork
300
Star
1.6k
Code
Issues
83
Pull requests
129
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: support Qwen3.5 Decode Context Parallel on Ascend NPU.
- #2125
#2125
Open
Enguikong
wants to merge 28 commits into
xLLM-AI:main
xLLM-AI/xllm:main
from
Enguikong:feat/qwen35-dcp-correctness
Enguikong/xllm:feat/qwen35-dcp-correctness
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
feat: support Qwen3.5 Decode Context Parallel on Ascend NPU.
#2125
Enguikong
wants to merge 28 commits into
xLLM-AI:main
xLLM-AI/xllm:main
from
Enguikong:feat/qwen35-dcp-correctness
Enguikong/xllm:feat/qwen35-dcp-correctness
Copy head branch name to clipboard
Commits
Commits on Aug 5, 2026
feat: add decode context parallel (DCP) for Qwen3.5 GQA dense.
Show description for 20b1aee
Enguikong
committed
20b1aee
View commit details
Copy full SHA for 20b1aee
Browse repository at this point
feat: add decode context parallel (DCP) for Qwen3.5 GQA dense.
Show description for 45275cb
Enguikong
committed
45275cb
View commit details
Copy full SHA for 45275cb
Browse repository at this point
refactor: extract DCP attention math into testable helper
Show description for 44cfe3d
Enguikong
committed
44cfe3d
View commit details
Copy full SHA for 44cfe3d
Browse repository at this point
feat: enable prefix cache for DCP
Enguikong
committed
185f39d
View commit details
Copy full SHA for 185f39d
Browse repository at this point
Commits on Aug 6, 2026
feat: support DCP-aware chunked prefill
Enguikong
committed
def4450
View commit details
Copy full SHA for def4450
Browse repository at this point
merge: reconcile fork DCP branch history
Enguikong
committed
15e5217
View commit details
Copy full SHA for 15e5217
Browse repository at this point
Commits on Aug 10, 2026
fix: close Phase 4 DCP validation gaps
Enguikong
committed
1533da6
View commit details
Copy full SHA for 1533da6
Browse repository at this point
fix: fail closed DCP chunked prefill
Enguikong
committed
c80271c
View commit details
Copy full SHA for c80271c
Browse repository at this point
fix: close mixed batch when decode context parallel size > 1
Show description for 7bac0b3
2 people
authored and
Super User
committed
7bac0b3
View commit details
Copy full SHA for 7bac0b3
Browse repository at this point
feat: gate DCP chunked prefill behind an experimental opt-in
Show description for 0de5541
2 people
authored and
Super User
committed
0de5541
View commit details
Copy full SHA for 0de5541
Browse repository at this point
fix: gate DCP chunked prefill on effective, not raw, chunked flag
Show description for d7f86fe
2 people
authored and
Super User
committed
d7f86fe
View commit details
Copy full SHA for d7f86fe
Browse repository at this point
fix: use effective chunked prefill in whole-service DCP consumers
Show description for 9f144b1
2 people
authored and
Super User
committed
9f144b1
View commit details
Copy full SHA for 9f144b1
Browse repository at this point
feat: allow Qwen3.5 MoE with decode context parallelism
Show description for b319f2c
2 people
authored and
Super User
committed
b319f2c
View commit details
Copy full SHA for b319f2c
Browse repository at this point
feat: warn on Qwen3.5 MoE with decode context parallelism
Show description for 05a8151
2 people
authored and
Super User
committed
05a8151
View commit details
Copy full SHA for 05a8151
Browse repository at this point
Commits on Aug 13, 2026
feat: allow schedule overlap with decode context parallelism
Show description for 04aee08
2 people
authored and
Super User
committed
04aee08
View commit details
Copy full SHA for 04aee08
Browse repository at this point
Commits on Aug 17, 2026
feat: support decode context parallelism with ACL graph
Enguikong
committed
3844bd5
View commit details
Copy full SHA for 3844bd5
Browse repository at this point
Commits on Aug 20, 2026
Merge upstream/main into feat/qwen35-dcp-correctness
Enguikong
committed
ab6003e
View commit details
Copy full SHA for ab6003e
Browse repository at this point
style: format DCP attention declaration
Enguikong
committed
ffdb8bd
View commit details
Copy full SHA for ffdb8bd
Browse repository at this point
Merge upstream/main into feat/qwen35-dcp-correctness
Show description for 4f64c0a
Enguikong
committed
4f64c0a
View commit details
Copy full SHA for 4f64c0a
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into feat/qwen35-dcp-correctness
Enguikong
committed
e5efe19
View commit details
Copy full SHA for e5efe19
Browse repository at this point
chore: drop unused NO_NPU_RUNTIME cc_test option
Show description for a7ce44e
Enguikong
committed
a7ce44e
View commit details
Copy full SHA for a7ce44e
Browse repository at this point
Commits on Aug 24, 2026
chore: prune out-of-scope changes flagged in DCP PR review
Show description for ed74e9b
Enguikong
committed
ed74e9b
View commit details
Copy full SHA for ed74e9b
Browse repository at this point
fix: scope DCP graph pre-replay barrier to FIA graph tasks
Show description for 95dda04
Enguikong
committed
95dda04
View commit details
Copy full SHA for 95dda04
Browse repository at this point
Merge upstream/main into feat/qwen35-dcp-correctness
Enguikong
committed
805d9c4
View commit details
Copy full SHA for 805d9c4
Browse repository at this point
Commits on Aug 25, 2026
Merge remote-tracking branch 'upstream/main' into feat/qwen35-dcp-correctness
Show description for eed08a5
Enguikong
committed
eed08a5
View commit details
Copy full SHA for eed08a5
Browse repository at this point
fix: align GLM5.2 expert loading with lazy allocation
Enguikong
committed
7ee62fc
View commit details
Copy full SHA for 7ee62fc
Browse repository at this point
fix: register Python bridge modules after interpreter init
Enguikong
committed
e201280
View commit details
Copy full SHA for e201280
Browse repository at this point
ci: select NPU with visible device mask
Enguikong
committed
93830fd
View commit details
Copy full SHA for 93830fd
Browse repository at this point
You can’t perform that action at this time.