已合并
【PR】: Correct product support annotations for IPC Event and IPC Notify interfaces in Ascend 950DT(UB) scenario #3278
【PR】: Correct product support annotations for IPC Event and IPC Notify interfaces in Ascend 950DT(UB) scenario #3278
已合并
rui创建于 7月1日
rui成员
7月1日

Pull Request

描述

修正 IPC Event 和 IPC Notify 相关接口在 Ascend 950DT(UB连接)场景的产品支持标注。

UB连接场景不支持 IPC Event 和 IPC Notify 跨进程同步功能,PCIe(PR)场景支持。原文档将 Ascend 950PR/Ascend 950DT 合并标注为支持,现拆分为独立行以准确反映产品差异。

具体变更

07_Event管理.md:

  • aclrtIpcGetEventHandle:拆分 950PR/950DT 行,950PR √,950DT ☓
  • aclrtIpcOpenEventHandle:拆分 950PR/950DT 行,950PR √,950DT ☓
  • aclrtCreateEventExWithFlag:ACL_EVENT_IPC flag 补充 950DT 不支持约束

08_Notify管理.md:

  • aclrtNotifyGetExportKey:拆分 950PR/950DT 行,950PR √,950DT ☓
  • aclrtNotifySetImportPid:拆分 950PR/950DT 行,950PR √,950DT ☓
  • aclrtNotifyImportByKey:拆分 950PR/950DT 行,950PR √,950DT ☓

合入 9.1.0 分支,同步 PR #3264 的修改内容。

变更类型

核对清单

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 rui 的贡献)
Rrui成员
7月1日 创建了 pull request,commit 2eb66a91
CANN-robotCANN-robot成员
7月1日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
7月1日 评论:

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
docs 张子菁, 卢煜坤 (2/2) 卢煜坤, 张子菁 (2/1)

💡 Tip:

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

CLA Signature Pass

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

likedislike
rui成员
7月1日 评论:

compile

likedislike
Rrui成员
7月1日 update merge request[project id: 8810053, iid: 3278, commit_id: 15cf254e2d2ca288d9a48d4891db268dbd7b29d2] virtual merging success
CANN-robotCANN-robot成员
7月1日 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
7月1日 评论:

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

任务名称状态日志下载链接
Compile_Ascend_X86 ✅ SUCCESS >>>>> >>>>>
Compile_Ascend_ARM ✅ SUCCESS >>>>> >>>>>
pre_comment ✅ SUCCESS >>>>>
UT_Test_acl ✅ SUCCESS >>>>>
UT_Test_rts_v201 ✅ SUCCESS >>>>>
UT_Test_rts_c ✅ SUCCESS >>>>>
UT_Test_rts_david ✅ SUCCESS >>>>>
UT_Test_rts_910b ✅ SUCCESS >>>>>
UT_Test_rts_common ✅ SUCCESS >>>>>
UT_Test_platform ✅ SUCCESS >>>>>
UT_Test_qs ✅ SUCCESS >>>>>
UT_Test_aicpusd ✅ SUCCESS >>>>>
UT_Test_tsd ✅ SUCCESS >>>>>
UT_Test_error_manager ✅ SUCCESS >>>>>
UT_Test_slog ✅ SUCCESS >>>>>
UT_Test_atrace ✅ SUCCESS >>>>>
UT_Test_msprof_part1 ✅ SUCCESS
UT_Test_msprof_part2 ✅ SUCCESS
UT_Test_adump ✅ SUCCESS >>>>>
UT_Test_mmpa ✅ SUCCESS >>>>>
PreSmoke_A900_npupool ✅ SUCCESS >>>>>
UT_Test_rts_report ✅ SUCCESS >>>>>
UT_Test_msprof_report ✅ SUCCESS

[2026-07-01 10:54:33]    CI执行结束

likedislike
CANN-robot
CANN-robot成员
7月1日 评论:

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

任务名称状态日志下载链接
codecheck ✅ SUCCESS >>>>>
SCA ✅ SUCCESS >>>>>
antipoison ✅ SUCCESS >>>>>
codecheck_Check_Pr ✅ SUCCESS
codecheck_style ✅ SUCCESS >>>>>
codecheck_precommit ✅ SUCCESS >>>>> >>>>>
StaticCheck_codespell_check ⚠️ WARNING >>>>>
StaticCheck_link_validity_check ✅ SUCCESS
StaticCheck_resource_existence_check ✅ SUCCESS
StaticCheck_tag_closed_check ✅ SUCCESS
StaticCheck_markdownlint ✅ SUCCESS

[2026-07-01 10:52:39]    CI执行结束

likedislike
atomgit-bot
atomgit-bot
7月1日 评论:

变更摘要

此 PR 修正了 IPC Event 和 IPC Notify 相关接口在 Ascend 950DT(UB 连接)场景下的产品支持标注。UB(Ultra Bandwidth)连接场景不支持跨进程同步功能,而 PCIe(PR)场景支持。原文档将 Ascend 950PR 和 Ascend 950DT 合并标注为"支持",现将其拆分为独立行,准确反映 950PR 支持、950DT 不支持的产品差异。

主要改动

  • 07_Event管理.mdaclrtIpcGetEventHandle/aclrtIpcOpenEventHandle 产品支持行拆分:将原本合并的 "Ascend 950PR/Ascend 950DT" 支持标注拆分为两行,950PR 标记为支持(√),950DT 标记为不支持(✗),明确 UB 场景下 IPC Event 句柄获取与打开不可用。
  • 07_Event管理.mdaclrtCreateEventExWithFlag 补充约束说明:为 ACL_EVENT_IPC flag 增加 Ascend 950DT 不支持的约束描述,防止用户在 UB 场景下误用 IPC 事件创建接口。
  • 08_Notify管理.md — IPC Notify 三接口产品支持行拆分:对 aclrtNotifyGetExportKeyaclrtNotifySetImportPidaclrtNotifyImportByKey 三个接口,同样将合并的 950PR/950DT 行拆分为独立行,950PR 标记支持(√),950DT 标记不支持(✗)。
likedislike
CANN-robotCANN-robot成员
7月1日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
7月1日 添加了label:ci-pipeline-passed
atomgit-bot
atomgit-bot
7月1日 评论:

代码审查

✅ 未发现问题

likedislike
Rrui成员
7月1日 修改了pull request 的描述
tingwood成员
7月1日 评论:

/approve

likedislike
CANN-robotCANN-robot成员
7月1日 添加了label:approved
ykl999
ykl999成员
7月1日 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
7月1日 添加了label:lgtm
CANN-robotCANN-robot成员
7月1日 合入了pull request
Rrui成员
7月3日 修改标题为 “【PR】: Correct product support annotations for IPC Event and IPC Notify interfaces in Ascend 950DT(UB) scenario”,原标题为“docs: 修正IPC Event和IPC Notify接口在Ascend 950DT(UB)场景的产品支持标注”