已合并
fix memtag len #2765
yevolin2023创建于 10 天前
fix memtag len #2765
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 yevolin2023 的贡献)10 天前 创建了 pull request,commit f97c64a2
atomgit-bot
10 天前 评论:
10 天前 评论:
变更摘要
本 PR 是一个 Bug 修复,主要修改了 src/ops/op_common/inc/alg_param.h 中 MAX_MEM_TAG_LENGTH 常量的取值来源:将其由原先基于 OP_ALG_LENGTH 计算改为基于 TAG_LENGTH 计算,从而修正 memtag 长度的定义。
主要改动
- 修正
MAX_MEM_TAG_LENGTH取值来源: 将alg_param.h中MAX_MEM_TAG_LENGTH的表达式由OP_ALG_LENGTH + 32改为TAG_LENGTH + 32,使 memtag 最大长度与TAG_LENGTH基准保持一致,修复长度计算错误。


atomgit-bot
10 天前 评论:
10 天前 评论:
10 天前 添加了label:cann-cla/yes
CANN-robot
10 天前 评论:
10 天前 评论:
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.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| src | ✅ 陈毅, 李标智 (2/2) | ✅ 李标智 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
yevolin2023, thanks for your pull request. All authors of the commits have signed the CLA. 👍


10 天前 将leabclove,yanglianxiang2,linyf950,yanzhenghang,chenliang267,yanyefeng,chenhao_,dingweiqin_57,songmingyang,wenxuemin,yangxiaoyuan,laodazhao1,yangshaohua,chenke2026,zhongqin2020,bz_lee,Innoecho,chenyia,temper7620,zhangxp1030,lilin_137,hulk1997,ouyangxizi,one_random设为评审人
10 天前 将leabclove,yanglianxiang2,linyf950,yanzhenghang,chenliang267,yanyefeng,chenhao_,dingweiqin_57,songmingyang,wenxuemin,yangxiaoyuan,laodazhao1,yangshaohua,chenke2026,zhongqin2020,bz_lee,Innoecho,chenyia,temper7620,zhangxp1030,lilin_137,hulk1997,ouyangxizi,one_random设为评审人
10 天前 将yanyefeng,wenxuemin,bz_lee设为审查人
yevolin2023
10 天前 评论:
10 天前 评论:
/compile


Yyevolin2023
10 天前 update merge request[project id: 8277906, iid: 2765, commit_id: aff06cc72f315ef21edae23a4c6354a24940a829] virtual merging success
10 天前 update merge request[project id: 8277906, iid: 2765, commit_id: aff06cc72f315ef21edae23a4c6354a24940a829] virtual merging success
10 天前 添加了label:ci-pipeline-running
CANN-robot
10 天前 评论:
10 天前 评论:
流水线任务触发成功
任务链接 [8e99de166f8a4c91a604f44aeaffb965][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| StaticCheck_codespell | ✅ SUCCESS | ||
| StaticCheck_link_validity | ✅ SUCCESS | ||
| StaticCheck_resource_existence | ✅ SUCCESS | ||
| StaticCheck_tag_closed | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| Compile_Ascend_X86_monitor | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_monitor | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| ST_Test | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| precommit | ✅ SUCCESS | >>>>> | |
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| PreSmoke_A900_npupool | ✅ SUCCESS | >>>>> | |
| PreSmoke_A3_npupool | ✅ SUCCESS | >>>>> |
[2026-08-26 12:21:50] CI执行结束


10 天前 添加了label:api-check-pass
10 天前 删除了label:ci-pipeline-running
10 天前 添加了label:ci-pipeline-passed
CANN-robot
10 天前 评论:
10 天前 评论:
流水线 PR-pipeline_cann_hccl#6834 [ commitID:9cd03a2a ] 已完成


9 天前 添加了label:lgtmapproved
9 天前 合入了pull request
描述
修改memtag长度
关联的Issue
测试
文档更新
类型标签