| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Apply clang-tidy remarks Co-authored-by: Vlasov Maxim<vlasov.maxim@huawei-partners.com> # message auto-generated for no-merge-commit merge: !122 merge clang-tidy into master Apply clang-tidy remarks Created-by: vla5924 Commit-by: Vlasov Maxim Merged-by: cann-robot Description: * Add .clang-tidy configuration files * Enable #include sorting * Resolve all issues reported by clang-tidy (mostly identifier naming and unused functions) * Add lit test to restore code coverage >80% This PR introduces no functional changes. The following command was used to run clang-tidy: run-clang-tidy-20 -p build/cmake* -j 8 -clang-tidy-binary clang-tidy-20 | tee clang-tidy.txt This command is recommended to run against new branches: git diff -U0 origin/master | clang-tidy-diff-20.py -path build/cmake* -p 1 -j 8 -clang-tidy-binary clang-tidy-20 | tee clang-tidy-diff.txt See merge request: cann/pyasc!122 | 3 个月前 | |
Apply clang-tidy remarks Co-authored-by: Vlasov Maxim<vlasov.maxim@huawei-partners.com> # message auto-generated for no-merge-commit merge: !122 merge clang-tidy into master Apply clang-tidy remarks Created-by: vla5924 Commit-by: Vlasov Maxim Merged-by: cann-robot Description: * Add .clang-tidy configuration files * Enable #include sorting * Resolve all issues reported by clang-tidy (mostly identifier naming and unused functions) * Add lit test to restore code coverage >80% This PR introduces no functional changes. The following command was used to run clang-tidy: run-clang-tidy-20 -p build/cmake* -j 8 -clang-tidy-binary clang-tidy-20 | tee clang-tidy.txt This command is recommended to run against new branches: git diff -U0 origin/master | clang-tidy-diff-20.py -path build/cmake* -p 1 -j 8 -clang-tidy-binary clang-tidy-20 | tee clang-tidy-diff.txt See merge request: cann/pyasc!122 | 3 个月前 | |
get_sort Co-authored-by: hyyisasleep<2106975800@qq.com> # message auto-generated for no-merge-commit merge: !56 merge getsort into master get_sort Created-by: li_zeran Commit-by: hyyisasleep Merged-by: cann-robot Description: ## 描述 add getsortoffset & getsortlen ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 python ut ascir ut ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/pyasc!56 | 6 个月前 | |
modify quick_start Co-authored-by: li-yuanjie-da<liyuanjie5@h-partners.com> # message auto-generated for no-merge-commit merge: !115 merge master into master modify quick_start Created-by: li-yuanjie-da Commit-by: li-yuanjie-da Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> quick_start.md内容完善: 1. ops包安装改为必选项 2. 环境变量配置章节移到样例运行验证前 3. 环境验证作为环境准备的子章节 4. pyasc依赖相关内容作为环境准备的子章节 5. pyasc安装后新增安装是否成功的验证 6. 强调仿真器模式执行样例时的环境变量 7. 新增LLVM依赖库检查 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> quick_start.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/pyasc!115 | 4 个月前 |