From fc5a85b0164fccc57341ec165a9b979d37a79fd0 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 22 Jun 2022 10:40:26 +0800 Subject: [PATCH] Add gpups test in PR-CI-GpuPS (#43592) * test=gpups --- paddle/scripts/paddle_build.sh | 22 +++++++++++++++++++ .../fluid/tests/unittests/CMakeLists.txt | 5 +++++ 2 files changed, 27 insertions(+) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 181e9d92f0..d588980a60 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -2024,6 +2024,26 @@ function get_failedUts_precise_map_file { fi } +function parallel_test_base_gpups() { + mkdir -p ${PADDLE_ROOT}/build + cd ${PADDLE_ROOT}/build + if [ ${WITH_TESTING:-ON} == "ON" ] ; then + cat <