Skip to content

[Doc][Misc] Clarify private-repo PR workflow and community PR rollback guidance#4

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/remove-pr-from-vllm-ascend
Closed

[Doc][Misc] Clarify private-repo PR workflow and community PR rollback guidance#4
Copilot wants to merge 2 commits intomainfrom
copilot/remove-pr-from-vllm-ascend

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 11, 2026

当前问题是提交流程指引不够明确,容易把变更误提到 vllm-project/vllm-ascend 社区仓 PR。此变更将流程统一为“私库/私有 fork 提 PR”,并补充误提社区仓后的处理指引。

  • 问题范围收敛(PR 归属)

    • 将审查清单中的要求更新为:PR 必须开在私有仓库(或私有 fork),而不是社区仓 vllm-project/vllm-ascend
  • 提交流程修正(Quick Start)

    • 第 10 步改为“推送到私库/私有 fork”。
    • 示例远程地址从 vllm-ascend 调整为 vllm-ascend-dev,避免指向社区主仓语义。
  • 误操作恢复指引

    • 新增明确步骤:若误在 vllm-project/vllm-ascend 开 PR,应关闭该 PR,并在私库中重新发起。

示例更新片段:

git remote add myfork https://github.com/YOUR_USERNAME/vllm-ascend-dev.git
git push -u myfork your-branch-name

并在文档中补充:

If you accidentally opened a PR in `vllm-project/vllm-ascend`,
close that PR and reopen it in your private repository.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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 lHrHenry233 deleted the copilot/remove-pr-from-vllm-ascend branch April 1, 2026 07:20
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants