Skip to content

Commit

Permalink
cpu and gpu separation
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a committed Jun 3, 2021
1 parent c70f1ca commit b02ce47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

1 comment on commit b02ce47

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.