| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
修复issue Co-authored-by: east_yang<yangdong48@huawei.com> # message auto-generated for no-merge-commit merge: !101 merge master into master 修复issue Created-by: east_yang Commit-by: east_yang Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 本次修复了主仓 cann/sip 的 5 个 issue(#66、#68、#69、#63、#70),具体包括: #66 修复文档中 conj_tiling.h 保护宏名称从 ASDOPS_MULTINOMIAL_TILING_H 改为 ASDOPS_CONJ_TILING_H; #68 将示例和文档中 reserve 后按下标赋值的场景改为 resize 以消除未定义行为(使用 push_back 的文件保持不变); #69 修复示例 build.sh 将 LD_LIBRARY_PATH 设置移到 if 分支外使所有路径都生效,并兼容 latest 和 latest/ 两种路径结尾; #63 修复 BLAS swap/dot 四个 kernel 中 padding 计算 8-len%8 改为 (8-len%8)%8 避免对齐时多补 8 个元素; #70 修复 convolve tiling 中 scratch size 从元素数改为字节数(根据 dataType 区分 complex64 为 8 字节、complex32 为 4 字节),解决 workspace 欠分配问题。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> https://gitcode.com/cann/sip/issues/63 https://gitcode.com/cann/sip/issues/66 https://gitcode.com/cann/sip/issues/68 https://gitcode.com/cann/sip/issues/69 https://gitcode.com/cann/sip/issues/70 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 任务 - [ ] 其他,请描述: See merge request: cann/sip!101 | 16 天前 | |
[update]修改代码不规范问题 Co-authored-by: tramp-ll<linglong2@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
update copyright and readme.md Co-authored-by: yang_east<yangdong48@huawei.com> | 8 个月前 | |
修复issue Co-authored-by: east_yang<yangdong48@huawei.com> # message auto-generated for no-merge-commit merge: !101 merge master into master 修复issue Created-by: east_yang Commit-by: east_yang Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 本次修复了主仓 cann/sip 的 5 个 issue(#66、#68、#69、#63、#70),具体包括: #66 修复文档中 conj_tiling.h 保护宏名称从 ASDOPS_MULTINOMIAL_TILING_H 改为 ASDOPS_CONJ_TILING_H; #68 将示例和文档中 reserve 后按下标赋值的场景改为 resize 以消除未定义行为(使用 push_back 的文件保持不变); #69 修复示例 build.sh 将 LD_LIBRARY_PATH 设置移到 if 分支外使所有路径都生效,并兼容 latest 和 latest/ 两种路径结尾; #63 修复 BLAS swap/dot 四个 kernel 中 padding 计算 8-len%8 改为 (8-len%8)%8 避免对齐时多补 8 个元素; #70 修复 convolve tiling 中 scratch size 从元素数改为字节数(根据 dataType 区分 complex64 为 8 字节、complex32 为 4 字节),解决 workspace 欠分配问题。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> https://gitcode.com/cann/sip/issues/63 https://gitcode.com/cann/sip/issues/66 https://gitcode.com/cann/sip/issues/68 https://gitcode.com/cann/sip/issues/69 https://gitcode.com/cann/sip/issues/70 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 任务 - [ ] 其他,请描述: See merge request: cann/sip!101 | 16 天前 | |
sip init public | 9 个月前 | |
sip代码优化 Co-authored-by: east_yang<yangdong48@huawei.com> | 7 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 16 天前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 7 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 16 天前 | ||
| 9 个月前 | ||
| 7 个月前 |