Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
21 commits ahead of 2cd5f828: DeepSeek V4 CSA indexer scoring alignment, dspark context-parallel prefill (KV all-gather, SWA/HCA/CSA, prompt prefill), 1M context support for HCA and CSA decode, fused decode O-projection reduce-scatter, MTP comm-wait deferral and the hc_pre syncall removal, the nanobind <3.0 cap, and pypto-lib#1002's CI unpin (already mirrored here by hw-native-sys#178).
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.
Advances the
pypto-libsubmodule from2cd5f828tob48da63(21 commits):
Perf
b48da63align DeepSeek V4 CSA indexer scoring with baseline (#1030)9ba79cfretune dspark SWA decode task partitioning (#1028)df3e8a6fuse DeepSeek V4 decode O projection reduce-scatter (#998)baec009accelerate DeepSeek-V4 Flash token generation (#1014)b3b9c44replace DSpark greedy_sample sort with a vector max scan (#1005)Add
1d7c7011M context support for DeepSeek V4 CSA decode (#1013)efd5848dspark prompt prefill and variable decode context (#999)c7f700cdspark context-parallel prefill SWA, HCA and CSA (#1010)b9b60da1M context in DeepSeek V4 HCA decode (#1008)665665adspark context-parallel prefill KV all-gather (#1006)Refactor
4be3f5edrop the MTP hc_pre syncall implementation and restyle (#1029)cb43e09defer DeepSeek V4 MTP communication waits (#1024)634e77brename enable_l2_swimlane to enable_chip_swimlane (#1012)b7accacresolve pto-isa from the pin, not PTO_ISA_ROOT (#1011)193819binline the dspark decode output entries and route by --tp (#1003)Fix / CI / Docs
017cb44cap nanobind below 3.0 in the CI setup (#1018)ab4ecb1unpin pypto and resolve the toolchain from HEAD again (#1002) —already mirrored on this side by Revert "CI: pin the pypto revision instead of tracking its HEAD" #178
5d32927/dd69c60/bbc4093Qwen3-14B optimization, DeepSeek V4 decodeoptimization, and distributed programming guides
The range moves the DeepSeek V4 / MTP / dspark paths this repo's guards
exercise — notably the MTP hc_pre syncall removal and comm-wait deferral, close
to the area #144 touched before its revert (#186). The Qwen3 and DeepSeek V4
accuracy guards run on this PR unchanged and are the gate for the bump.