文件最后提交记录最后更新时间
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!1221 个月前
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!1221 个月前
修改文件格式 Co-authored-by: li-yuanjie-da<liyuanjie5@h-partners.com> # message auto-generated for no-merge-commit merge: !111 merge master into master 修改文件格式 Created-by: li-yuanjie-da Commit-by: li-yuanjie-da Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 按照最新的.clang-format中的规则对文件格式进行调整 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [x] 其他,请描述:文件格式调整 See merge request: cann/pyasc!1111 个月前
修改文件格式 Co-authored-by: li-yuanjie-da<liyuanjie5@h-partners.com> # message auto-generated for no-merge-commit merge: !111 merge master into master 修改文件格式 Created-by: li-yuanjie-da Commit-by: li-yuanjie-da Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 按照最新的.clang-format中的规则对文件格式进行调整 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #123--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [x] 其他,请描述:文件格式调整 See merge request: cann/pyasc!1111 个月前