| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
修复输入张量大小计算问题 Co-authored-by: zhangyike<zhangyike5@huawei.com> # message auto-generated for no-merge-commit merge: !1164 merge 325-ctx into 9.0.0 修复输入张量大小计算问题 Created-by: zhangyike Commit-by: zhangyike Merged-by: cann-robot Description: ## 描述 修复了 ContextBuilder 在构建 Tiling Context 时的输入张量大小计算问题。 context_builder_impl.cpp 修改 问题: BuildTilingContext() 函数中,tensorValueVec 和 tensorVec 的大小被错误地设置为 inputNum_ + outputNum_,导致:数组索引计算越界;后续GetPlatFormInfo接口获取地址偏移。 修改后输出张量已由 tensorValueVecOut 单独处理。 ## 关联的Issue ## 测试 单元测试、二级冒烟 ## 文档更新 不涉及 ## 类型标签 <!-- [x] 表示选中 --> - [x] 🐛 fix: Bug 修复 - [ ] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [ ] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1164 | 4 个月前 | |
修复输入张量大小计算问题 Co-authored-by: zhangyike<zhangyike5@huawei.com> # message auto-generated for no-merge-commit merge: !1164 merge 325-ctx into 9.0.0 修复输入张量大小计算问题 Created-by: zhangyike Commit-by: zhangyike Merged-by: cann-robot Description: ## 描述 修复了 ContextBuilder 在构建 Tiling Context 时的输入张量大小计算问题。 context_builder_impl.cpp 修改 问题: BuildTilingContext() 函数中,tensorValueVec 和 tensorVec 的大小被错误地设置为 inputNum_ + outputNum_,导致:数组索引计算越界;后续GetPlatFormInfo接口获取地址偏移。 修改后输出张量已由 tensorValueVecOut 单独处理。 ## 关联的Issue ## 测试 单元测试、二级冒烟 ## 文档更新 不涉及 ## 类型标签 <!-- [x] 表示选中 --> - [x] 🐛 fix: Bug 修复 - [ ] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [ ] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1164 | 4 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 个月前 | ||
| 4 个月前 |