[Kernel]update csrc cmakelist for open-source cann#5458
Merged
zzzzwwjj merged 1 commit intovllm-project:mainfrom Dec 29, 2025
Merged
[Kernel]update csrc cmakelist for open-source cann#5458zzzzwwjj merged 1 commit intovllm-project:mainfrom
zzzzwwjj merged 1 commit intovllm-project:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request aims to fix an installation error with open-source CANN by adding a new include path. While the change correctly identifies the need for an additional path, it hardcodes the aarch64-linux architecture. This will likely break builds on other platforms. My review suggests using the CMAKE_SYSTEM_PROCESSOR variable to make the path architecture-agnostic, which aligns with existing patterns in the file.
6bbbae9 to
c48f50f
Compare
Contributor
|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
wangxiyuan
approved these changes
Dec 29, 2025
c48f50f to
ca556fb
Compare
zzzzwwjj
approved these changes
Dec 29, 2025
Signed-off-by: Rifa <865071616@qq.com>
ca556fb to
2685fd5
Compare
1 task
845473182
pushed a commit
to 845473182/vllm-ascend
that referenced
this pull request
Dec 31, 2025
…to FIA_rebase * 'main' of https://github.com/vllm-project/vllm-ascend: (88 commits) [1/N] Refactor nightly test structure (vllm-project#5479) Docs: Remove deprecated --task parameter for embedding models (vllm-project#5257) Revert "moe_gating_top_k" (vllm-project#5512) [Doc] Fix issue link for 0.12.0 (vllm-project#5500) [CI]update triton ascend version (vllm-project#5392) moe_gating_top_k (vllm-project#5271) [refactor] refactor model runner capture model (vllm-project#5230) Update corresponding vllm commit ID to 12 29 (vllm-project#5475) [Kernel]update csrc cmakelist for open-source cann (vllm-project#5458) [OP] add custom op aclnnMoeInitRoutingCustom (vllm-project#5251) [Refactor][EAGLE] 1/N delete __init__ in mtp_proposer (vllm-project#5176) [Refactor][Triton] Move reject sample triton kernels into ops/triton (vllm-project#5324) [Feature] support eager mode in model runner v2 (vllm-project#5210) [feature] fia support sliding windows (vllm-project#5239) Optimize some rejectsampler functions to make npu op launch non-blocking (vllm-project#4587) [Feature] Support to use fullgraph with eagle (vllm-project#5118) [EPLB][refactor] Modification of the initialization logic for expert_map and log2phy(depend on pr5285) (vllm-project#5311) [Refactor]6/N Extract common code of class AscendMLAImpl (vllm-project#5314) [Refactor] cache cos/sin in mla & remove parameter model in builder. (vllm-project#5277) update vllm pin to 12.27 (vllm-project#5412) ...
shenchuxiaofugui
pushed a commit
to shenchuxiaofugui/vllm-ascend
that referenced
this pull request
Dec 31, 2025
### What this PR does / why we need it? Using open-source CANN, installation errors may occur due to changes in the path of the aclnn directory. So we add the header file. - Fixes # --> Using open-source CANN, installation errors may occur due to changes in the path of the base/dlog_pub.h for aclnn. ### Does this PR introduce _any_ user-facing change? Does not. ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: vllm-project/vllm@5326c89 Signed-off-by: Rifa <865071616@qq.com>
ZRJ026
pushed a commit
to ZRJ026/vllm-ascend
that referenced
this pull request
Feb 28, 2026
### What this PR does / why we need it? Using open-source CANN, installation errors may occur due to changes in the path of the aclnn directory. So we add the header file. - Fixes # --> Using open-source CANN, installation errors may occur due to changes in the path of the base/dlog_pub.h for aclnn. ### Does this PR introduce _any_ user-facing change? Does not. ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: vllm-project/vllm@5326c89 Signed-off-by: Rifa <865071616@qq.com> Signed-off-by: zrj026 <zhangrunjiang026@gmail.com>
maoxx241
pushed a commit
to maoxx241/vllm-ascend
that referenced
this pull request
Mar 2, 2026
### What this PR does / why we need it? Using open-source CANN, installation errors may occur due to changes in the path of the aclnn directory. So we add the header file. - Fixes # --> Using open-source CANN, installation errors may occur due to changes in the path of the base/dlog_pub.h for aclnn. ### Does this PR introduce _any_ user-facing change? Does not. ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: vllm-project/vllm@5326c89 Signed-off-by: Rifa <865071616@qq.com>
ZRJ026
pushed a commit
to ZRJ026/vllm-ascend
that referenced
this pull request
Mar 4, 2026
### What this PR does / why we need it? Using open-source CANN, installation errors may occur due to changes in the path of the aclnn directory. So we add the header file. - Fixes # --> Using open-source CANN, installation errors may occur due to changes in the path of the base/dlog_pub.h for aclnn. ### Does this PR introduce _any_ user-facing change? Does not. ### How was this patch tested? - vLLM version: v0.13.0 - vLLM main: vllm-project/vllm@5326c89 Signed-off-by: Rifa <865071616@qq.com> Signed-off-by: zrj026 <zhangrunjiang026@gmail.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.
What this PR does / why we need it?
Using open-source CANN, installation errors may occur due to changes in the path of the aclnn directory. So we add the header file.
Using open-source CANN, installation errors may occur due to changes in the path of the base/dlog_pub.h for aclnn.
RFC: #5494
Does this PR introduce any user-facing change?
Does not.
How was this patch tested?