CANN/

hcomm

公开

HCOMM(Huawei Communication)是HCCL的通信基础库,提供通信域以及通信资源的管理能力。

496
代码Commits分支Pull Requests212讨论
提交2c186a30
范范杉杉创作于 1 个月前· 提交于 1 个月前
1 Parent(s):295cec12
fix(zero_copy): fix wrong iterator check in GetLocalIpc2RemoteAddr
GetLocalIpc2RemoteAddr中第二个CHK_PRT_RET检查的是rangeIt == addrRange.end(),
但此处应检查mapIt == addrMapping.end()。属于复制粘贴错误,
当mapIt为end()时仍会被解引用,触发未定义行为。

Closes #72

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
浏览文件
master
共 0 个文件变更+0-0