已合并
同步软链修复代码到9.0分支 #893
maohp_hw创建于 3月14日
同步软链修复代码到9.0分支 #893
已合并
maohp_hw创建于 3月14日
maohp_hw
maohp_hw成员
3月14日

描述

因拼写错误,导致出现错误软链。本PR的目的就是纠正这个错误拼写,解决软链失效问题。

关联的Issue

NA

测试

UT测试

文档更新

NA

类型标签

  • 🐛 fix: Bug 修复
  • ✨ feat: 新功能
  • ⚡ perf: 性能优化
  • ♻️ refactor: 代码重构
  • 🧪 test: 新增或修改测试
  • 📝 docs: 文档更新
  • 🔧 ci: CI/CD 配置修改
  • ↩️ revert: 回退
  • 🧹 chore: 其他,请具体描述
likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 maohp_hw 的贡献)
maohp_hwmaohp_hw成员
3月14日 创建了 pull request,commit 439cde0f
CANN-robot
CANN-robot成员
3月14日 评论:

Thanks for your pull-request.
The full list of commands accepted by me can be found at here
You can get sig-info at here


PR Approval Progress

Congratulations! All modules have met the lgtm and approve requirements.

Module Approval Details

module lgtm status approve status
repo-cann/asc-devkit bianque, wuyang_hw (2/2) bianque (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

haipingmao, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
CANN-robotCANN-robot成员
3月14日 将zengjuan,zhanghao_0689,yanqingshang,wulinyu,zhuliangying,kong0808,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为评审人
CANN-robotCANN-robot成员
3月14日 添加了label:cann-cla/yes
CANN-robotCANN-robot成员
3月14日 将zengjuan,zhanghao_0689,yanqingshang,wulinyu,zhuliangying,kong0808,dengjing_aoe,YeZZzzz1,bluesky901,wqtshg_wt,yangbinhua,gao_dafa,chenyiyuan,xun_zhuge,ookkkkoo1122,bianque,houyuyang,shi_nanxiang,wuyang_hw,ascendhjh,DragonBornHD84,jiangZD设为审查人
CANN-robot
CANN-robot成员
3月14日 评论:

🔵 source code change are detected, tasks labels is removed in this pull request!

likedislike
CANN-robot
CANN-robot成员
3月14日 评论:

问题/功能描述

修复CMake构建脚本中一个头文件链接的拼写错误。该错误导致在构建过程中无法正确创建指向 sys_macros.h 头文件的符号链接,可能引发编译失败或影响依赖该头文件的代码。

修改方案描述

将CMake脚本中创建符号链接的目标文件名从 sys_macors.h 更正为 sys_macros.h。具体修改了 file(CREATE_LINK ...) 命令中的源路径和目标路径,确保链接指向正确的宏定义头文件,从而保证构建系统的正确性和依赖文件的可用性。

likedislike
maohp_hw
maohp_hw成员
3月14日 评论:

/compile

likedislike
CANN-robotCANN-robot成员
3月14日 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
3月14日 评论:

流水线任务触发成功
任务链接 [c12f8573cf16402f9df8497b0236015c][流水线指导]

任务名称状态日志下载链接
解析CI分支 ✅ SUCCESS
Compile_Ascend_X86 ✅ SUCCESS >>>>> >>>>>
Compile_Ascend_ARM ✅ SUCCESS >>>>> >>>>>
API_Check ✅ SUCCESS >>>>>
codecheck ✅ SUCCESS >>>>>
SCA ✅ SUCCESS >>>>>
anti_virus ✅ SUCCESS >>>>>
Check_Pr ✅ SUCCESS >>>>>
pre_comment ✅ SUCCESS >>>>>
Compile_Ascend_X86_ubuntu24 ✅ SUCCESS >>>>>
UT_Test_3 ✅ SUCCESS
UT_Test_2 ✅ SUCCESS
UT_Test_1 ✅ SUCCESS
UT_Test ✅ SUCCESS
UT_Test_report ✅ SUCCESS >>>>>

[2026-03-14 09:48:36]    CI执行结束

likedislike
CANN-robotCANN-robot成员
3月14日 添加了label:api-check-pass
CANN-robotCANN-robot成员
3月14日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
3月14日 添加了label:ci-pipeline-passed
吴洋成员
3月14日 评论:

/lgtm

likedislike
Bbianque成员
3月14日 通过审查
Bbianque成员
3月14日 通过了评审
bianque成员
3月14日 评论:

/approve

likedislike
CANN-robotCANN-robot成员
3月14日 添加了label:lgtmapproved
CANN-robot
CANN-robot成员
3月14日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: bianque.
Reviewers who wrote a comment of /lgtm are: bianque, wuyang_hw.

likedislike
CANN-robotCANN-robot成员
3月14日 合入了pull request