问题点:alltoallv有三种类型sqe,opcache会根据(src,dst)识别具体类型,当使用transport中的地址(ccl buffer)刷新时,会将ccl buffer误认为是user memory,导致sqe类型识别错误 修改方案:op cache中aclgraph的地址刷新,从全部aclgraph算子都需要刷新,修改为只刷新选了aclgraph零拷贝算法的算子
2026033135867
| UT测试用例 | 覆盖场景 | 预期结果 |
|---|---|---|
| ut_AicpuInitOpTilingDataAicpuCache_When_AclgraphCacheDisable_Expect_NoIncrement | AicpuCache【false】Aclgraph【单算子】 | aicpuCacheEnable【0】 |
| ut_AicpuInitOpTilingDataAicpuCache_When_AclgraphCacheEnable_Expect_NoIncrement | AicpuCache【true】Aclgraph【单算子】 | aicpuCacheEnable【1】 |
| ut_AicpuInitOpTilingDataAicpuCache_When_AclgraphZerocopyCacheEnable_Expect_IncrementBy10 | AicpuCache【true】Aclgraph【零拷贝】 | aicpuCacheEnable【11】 |
NA