未验证 提交 2c9ea3d3 编写于 作者: T tianshuo78520a 提交者: GitHub

cpu and gpu separation (#33326)

上级 941308c2
......@@ -2182,6 +2182,17 @@ function main() {
check_coverage
check_change_of_unittest ${PYTHON_ABI:-""}
;;
cpu_cicheck_coverage)
check_approvals_of_unittest 1
check_diff_file_for_coverage
cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number}
enable_unused_var_check
;;
gpu_cicheck_coverage)
parallel_test
check_coverage
check_change_of_unittest ${PYTHON_ABI:-""}
;;
ci_preciseTest)
insert_pile_to_h_cu_diff
cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册