[Doc][Misc] Clarify private-repo PR workflow and community PR rollback guidance#4
Closed
[Doc][Misc] Clarify private-repo PR workflow and community PR rollback guidance#4
Conversation
Co-authored-by: lHrHenry233 <99803155+lHrHenry233@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove commit from vllm ascend community PR
[Doc][Misc] Clarify private-repo PR workflow and community PR rollback guidance
Mar 11, 2026
lHrHenry233
pushed a commit
that referenced
this pull request
Apr 10, 2026
…(v3.1) - Port upstream _causal_conv1d_fwd_kernel as NPU Triton kernel - Handles initial/final/intermediate conv state in-kernel - Supports APC block boundary state writes - NPU adaptations: removed .cache_modifier, kept debug_barrier - Rewrite causal_conv1d_fn to dispatch to new Triton kernel - Rewrite gdn.py conv1d path: split decode/prefill like upstream - Decode: causal_conv1d_update_npu with block params - Prefill: causal_conv1d_fn with APC params (new kernel) - Fix SSM #6: _build_initial_state only zeros prefill sequences - Fix SSM #7: _write_final_states adds slot >= 0 validation - Fix SSM #8: _scatter_intermediate_states adds unaligned offset - Update all 36 UTs to pass with new num_computed_tokens_all field Alignment status vs upstream #26807: #1 conv1d prefill kernel: FIXED (kernel ported) #3 causal_conv1d_fn params: FIXED (rewritten) #4 intermediate conv state: FIXED (kernel internal) #6 SSM zeroing scope: FIXED #7 _write_final_states guard: FIXED #8 SSM scatter alignment: FIXED #9 causal_conv1d_fn signature: FIXED #2 decode pre-copy: KEEP (NPU needs it) #5 SSM decode index: OK (correct approach) #10 conv layout hardcoded: DEFERRED Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
当前问题是提交流程指引不够明确,容易把变更误提到
vllm-project/vllm-ascend社区仓 PR。此变更将流程统一为“私库/私有 fork 提 PR”,并补充误提社区仓后的处理指引。问题范围收敛(PR 归属)
vllm-project/vllm-ascend。提交流程修正(Quick Start)
vllm-ascend调整为vllm-ascend-dev,避免指向社区主仓语义。误操作恢复指引
vllm-project/vllm-ascend开 PR,应关闭该 PR,并在私库中重新发起。示例更新片段:
并在文档中补充:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.