已合并
【PR】: Correct product support annotations for IPC Event and IPC Notify interfaces in Ascend 950DT(UB) scenario #3278
rui创建于 7月1日
【PR】: Correct product support annotations for IPC Event and IPC Notify interfaces in Ascend 950DT(UB) scenario #3278
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 rui 的贡献)7月1日 添加了label:cann-cla/yes
CANN-robot
7月1日 评论:
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
/approveor/lgtm- Commenting
/approveimplies 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. 👍


7月1日 添加了label:ci-pipeline-running
CANN-robot
7月1日 评论:
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执行结束


CANN-robot
7月1日 评论:
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执行结束


atomgit-bot
7月1日 评论:
7月1日 评论:
变更摘要
此 PR 修正了 IPC Event 和 IPC Notify 相关接口在 Ascend 950DT(UB 连接)场景下的产品支持标注。UB(Ultra Bandwidth)连接场景不支持跨进程同步功能,而 PCIe(PR)场景支持。原文档将 Ascend 950PR 和 Ascend 950DT 合并标注为"支持",现将其拆分为独立行,准确反映 950PR 支持、950DT 不支持的产品差异。
主要改动
07_Event管理.md—aclrtIpcGetEventHandle/aclrtIpcOpenEventHandle产品支持行拆分:将原本合并的 "Ascend 950PR/Ascend 950DT" 支持标注拆分为两行,950PR 标记为支持(√),950DT 标记为不支持(✗),明确 UB 场景下 IPC Event 句柄获取与打开不可用。07_Event管理.md—aclrtCreateEventExWithFlag补充约束说明:为ACL_EVENT_IPCflag 增加 Ascend 950DT 不支持的约束描述,防止用户在 UB 场景下误用 IPC 事件创建接口。08_Notify管理.md— IPC Notify 三接口产品支持行拆分:对aclrtNotifyGetExportKey、aclrtNotifySetImportPid、aclrtNotifyImportByKey三个接口,同样将合并的 950PR/950DT 行拆分为独立行,950PR 标记支持(√),950DT 标记不支持(✗)。


7月1日 删除了label:ci-pipeline-running
7月1日 添加了label:ci-pipeline-passed
atomgit-bot
7月1日 评论:
7月1日 评论:
7月1日 添加了label:approved
ykl999
7月1日 评论:
7月1日 评论:
/approve
/lgtm


7月1日 添加了label:lgtm
7月1日 合入了pull request
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)场景的产品支持标注”
Pull Request
描述
修正 IPC Event 和 IPC Notify 相关接口在 Ascend 950DT(UB连接)场景的产品支持标注。
UB连接场景不支持 IPC Event 和 IPC Notify 跨进程同步功能,PCIe(PR)场景支持。原文档将 Ascend 950PR/Ascend 950DT 合并标注为支持,现拆分为独立行以准确反映产品差异。
具体变更
07_Event管理.md:
08_Notify管理.md:
合入 9.1.0 分支,同步 PR #3264 的修改内容。
变更类型
核对清单