文件最后提交记录最后更新时间
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 个月前
Initial commit6 个月前
modify runtime module to adapt old and new cann pkgs Co-authored-by: hyolee<lihongbo14@huawei.com>4 个月前
Initial commit6 个月前