已合并
fix memtag len #2765
yevolin2023创建于 10 天前
fix memtag len #2765
已合并
yevolin2023创建于 10 天前
yevolin2023成员
10 天前

描述

修改memtag长度

关联的Issue

测试

文档更新

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 yevolin2023 的贡献)
Yyevolin2023成员
10 天前 创建了 pull request,commit f97c64a2
atomgit-bot
atomgit-bot
10 天前 评论:

变更摘要

本 PR 是一个 Bug 修复,主要修改了 src/ops/op_common/inc/alg_param.hMAX_MEM_TAG_LENGTH 常量的取值来源:将其由原先基于 OP_ALG_LENGTH 计算改为基于 TAG_LENGTH 计算,从而修正 memtag 长度的定义。

主要改动

  • 修正 MAX_MEM_TAG_LENGTH 取值来源: 将 alg_param.hMAX_MEM_TAG_LENGTH 的表达式由 OP_ALG_LENGTH + 32 改为 TAG_LENGTH + 32,使 memtag 最大长度与 TAG_LENGTH 基准保持一致,修复长度计算错误。
likedislike
atomgit-bot
atomgit-bot
10 天前 评论:

代码审查

✅ 未发现问题

likedislike
CANN-robotCANN-robot成员
10 天前 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
CANN-robotCANN-robot成员
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设为评审人
CANN-robotCANN-robot成员
10 天前 将yanyefeng,wenxuemin,bz_lee设为审查人
yevolin2023成员
10 天前 评论:

/compile

likedislike
Yyevolin2023成员
10 天前 update merge request[project id: 8277906, iid: 2765, commit_id: aff06cc72f315ef21edae23a4c6354a24940a829] virtual merging success
CANN-robotCANN-robot成员
10 天前 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
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执行结束

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

/lgtm

likedislike
bz_lee成员
9 天前 评论:

/approve

likedislike
CANN-robotCANN-robot成员
9 天前 添加了label:lgtmapproved
CANN-robotCANN-robot成员
9 天前 合入了pull request