CMakeLists.txt 29.2 KB
Newer Older
1 2 3 4
# This file is generated by ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py.
# Please don't modify this file manually.
# If you need to change unittests in this file, please modify testslist.csv in the current directory
# and then run the command `python3 ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py -f ${CURRENT_DIRECTORY}/testslist.csv`
5
set(LOCAL_ALL_ARCH ON)
zhenhailiu's avatar
zhenhailiu 已提交
6
set(LOCAL_ALL_PLAT ON)
张春乔 已提交
7
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
8 9 10 11 12
  py_test_modules(
    test_fleet_sharding_meta_optimizer MODULES
    test_fleet_sharding_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_fleet_sharding_meta_optimizer
R
Roc 已提交
13
                       PROPERTIES TIMEOUT "350" LABELS "RUN_TYPE=DIST")
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_static_mp_layers MODULES test_fleet_static_mp_layers ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_op MODULES test_dgc_op ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_optimizer MODULES test_dgc_optimizer ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_margin_cross_entropy
      START_BASH
T
tianshuo78520a 已提交
39
      ../../legacy_test/dist_test.sh
R
Roc 已提交
40 41
      TIMEOUT
      "120"
42 43 44 45 46
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21200;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
47 48
    set_tests_properties(test_parallel_margin_cross_entropy PROPERTIES TIMEOUT
                                                                       "120")
49 50 51 52 53 54 55 56
  endif()
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_transformer
        START_BASH
T
tianshuo78520a 已提交
57
        ../../legacy_test/dist_test.sh
58 59 60 61 62 63 64 65 66 67 68 69
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21204;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_transformer
    START_BASH
T
tianshuo78520a 已提交
70
    ../../legacy_test/dist_test.sh
71 72 73
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
74
    "PADDLE_DIST_UT_PORT=21204;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
75 76 77 78 79 80 81 82
  )
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_fp16_allreduce_meta_optimizer MODULES
    test_fleet_fp16_allreduce_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
83
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
84 85 86
  bash_test_modules(
    test_rnn_dp
    START_BASH
T
tianshuo78520a 已提交
87
    ../../legacy_test/dist_test.sh
88 89 90 91 92 93 94 95 96 97 98
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21208;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_dygraph_mp_layers
      START_BASH
T
tianshuo78520a 已提交
99
      ../../legacy_test/dist_test.sh
R
Roc 已提交
100 101
      TIMEOUT
      "120"
102 103 104 105 106
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21210;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
107 108
    set_tests_properties(test_parallel_dygraph_mp_layers PROPERTIES TIMEOUT
                                                                    "120")
109 110 111 112 113 114
  endif()
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  bash_test_modules(
    test_tcp_store
    START_BASH
T
tianshuo78520a 已提交
115
    ../../legacy_test/dist_test.sh
116 117 118 119 120 121 122 123 124 125
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21212;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_sharding_stage3_for_eager
    START_BASH
T
tianshuo78520a 已提交
126
    ../../legacy_test/dist_test.sh
R
Roc 已提交
127 128
    TIMEOUT
    "350"
129 130 131 132 133
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21214;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
134 135
  set_tests_properties(test_dygraph_sharding_stage3_for_eager PROPERTIES TIMEOUT
                                                                         "350")
136 137 138 139 140 141 142 143 144 145
endif()
if(WITH_NCCL)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_communicator_half_async
      MODULES
      test_communicator_half_async
      ENVS
      "FLAGS_communicator_send_queue_size=1;FLAGS_communicator_max_merge_var_num=1;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
146 147
    set_tests_properties(test_communicator_half_async
                         PROPERTIES TIMEOUT "120" LABELS "RUN_TYPE=DIST")
148 149 150 151 152 153
  endif()
endif()
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel
    START_BASH
T
tianshuo78520a 已提交
154
    ../../legacy_test/dist_test.sh
R
Roc 已提交
155 156
    TIMEOUT
    "500"
157 158 159 160 161 162
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21218;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_pipeline_parallel
R
Roc 已提交
163
                       PROPERTIES TIMEOUT "500")
164
endif()
R
Roc 已提交
165 166 167 168
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel_sync_send
    START_BASH
T
tianshuo78520a 已提交
169 170 171
    ../../legacy_test/dist_test.sh
    TIMEOUT
    "300"
R
Roc 已提交
172 173 174 175 176 177 178 179
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21992;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python;PADDLE_P2P_SYNC_SEND=1"
  )
  set_tests_properties(test_parallel_dygraph_pipeline_parallel_sync_send
                       PROPERTIES TIMEOUT "300")
endif()
180 181 182 183
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pipeline_parallel_with_virtual_stage
    START_BASH
T
tianshuo78520a 已提交
184
    ../../legacy_test/dist_test.sh
R
Roc 已提交
185 186
    TIMEOUT
    "500"
187 188 189 190 191 192 193
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21282;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(
    test_parallel_dygraph_pipeline_parallel_with_virtual_stage
194
    PROPERTIES TIMEOUT "500")
195
endif()
196 197 198 199
if((WITH_GPU) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_pp_adaptor
    START_BASH
T
tianshuo78520a 已提交
200
    ../../legacy_test/dist_test.sh
R
Roc 已提交
201 202
    TIMEOUT
    "500"
203 204 205 206 207 208 209 210
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21976;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_pp_adaptor PROPERTIES TIMEOUT
                                                                   "500")
endif()
张春乔 已提交
211
if((WITH_GPU OR WITH_XPU) AND (LINUX))
212 213 214 215 216 217 218 219 220 221
  py_test_modules(
    test_fleet_localsgd_meta_optimizer MODULES
    test_fleet_localsgd_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_class_center_sample
      START_BASH
T
tianshuo78520a 已提交
222
      ../../legacy_test/dist_test.sh
R
Roc 已提交
223 224
      TIMEOUT
      "120"
225 226 227 228 229
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21220;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
230 231
    set_tests_properties(test_parallel_class_center_sample PROPERTIES TIMEOUT
                                                                      "120")
232 233 234 235 236 237
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_pipeline
    START_BASH
T
tianshuo78520a 已提交
238
    ../../legacy_test/dist_test.sh
R
Roc 已提交
239 240
    TIMEOUT
    "120"
241 242 243 244 245
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21222;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
246
  set_tests_properties(test_pipeline PROPERTIES TIMEOUT "120")
247 248 249 250 251
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  py_test_modules(
    test_fleet_utils MODULES test_fleet_utils ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
252 253
  set_tests_properties(test_fleet_utils PROPERTIES TIMEOUT "120" LABELS
                                                   "RUN_TYPE=DIST")
254 255 256 257 258
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_static_model_parallel
    START_BASH
T
tianshuo78520a 已提交
259
    ../../legacy_test/dist_test.sh
R
Roc 已提交
260 261
    TIMEOUT
    "240"
262 263 264 265 266
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21224;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
267
  set_tests_properties(test_static_model_parallel PROPERTIES TIMEOUT "240")
268 269 270 271 272 273
endif()
if(WITH_NCCL)
  if((WITH_GPU) AND LOCAL_ALL_PLAT)
    bash_test_modules(
      test_parallel_dygraph_no_sync
      START_BASH
T
tianshuo78520a 已提交
274
      ../../legacy_test/dist_test.sh
R
Roc 已提交
275 276
      TIMEOUT
      "300"
277 278 279 280 281
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21226;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
    )
R
Roc 已提交
282
    set_tests_properties(test_parallel_dygraph_no_sync PROPERTIES TIMEOUT "300")
283 284 285 286 287 288
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_sharding_stage2
    START_BASH
T
tianshuo78520a 已提交
289
    ../../legacy_test/dist_test.sh
R
Roc 已提交
290 291
    TIMEOUT
    "200"
292 293 294 295 296
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21228;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
297
  set_tests_properties(test_dygraph_sharding_stage2 PROPERTIES TIMEOUT "200")
298 299 300 301 302
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_control_flow
    START_BASH
T
tianshuo78520a 已提交
303
    ../../legacy_test/dist_test.sh
R
Roc 已提交
304 305
    TIMEOUT
    "350"
306 307 308 309 310
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21230;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
311 312
  set_tests_properties(test_parallel_dygraph_control_flow PROPERTIES TIMEOUT
                                                                     "350")
313
endif()
张春乔 已提交
314
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
315 316 317
  bash_test_modules(
    test_fleet_lars_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
318
    ../../legacy_test/dist_test.sh
319 320 321 322 323 324 325 326 327 328
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21232;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_hybrid_parallel_inference_helper
    START_BASH
T
tianshuo78520a 已提交
329
    ../../legacy_test/dist_test.sh
R
Roc 已提交
330 331
    TIMEOUT
    "120"
332 333 334
    LABELS
    "RUN_TYPE=DIST"
    ENVS
Y
Yuang Liu 已提交
335
    "NVIDIA_TF32_OVERRIDE=0;PADDLE_DIST_UT_PORT=21234;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
336
  )
R
Roc 已提交
337 338
  set_tests_properties(test_hybrid_parallel_inference_helper PROPERTIES TIMEOUT
                                                                        "120")
339 340 341 342 343 344 345 346 347 348
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_fleet_rolemaker_new MODULES test_fleet_rolemaker_new ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if((WITH_GPU OR WITH_ROCM) AND (LINUX OR WIN32))
  py_test_modules(
    test_dist_mnist_gradient_merge MODULES test_dist_mnist_gradient_merge ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
349 350
  set_tests_properties(test_dist_mnist_gradient_merge
                       PROPERTIES TIMEOUT "360" LABELS "RUN_TYPE=DIST")
351 352 353
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
Y
Yuang Liu 已提交
354 355 356 357 358 359
    test_recv_save_op
    MODULES
    test_recv_save_op
    ENVS
    "NVIDIA_TF32_OVERRIDE=0;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
360 361 362 363 364 365 366 367 368 369
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_communicator_sync
    MODULES
    test_communicator_sync
    ENVS
    "FLAGS_communicator_send_queue_size=1;FLAGS_communicator_max_merge_var_num=1;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
370
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
371 372 373
  bash_test_modules(
    test_fleet_pipeline_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
374
    ../../legacy_test/dist_test.sh
375 376 377 378 379 380
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21236;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
381
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396
  py_test_modules(
    test_fleet_gradient_merge_meta_optimizer MODULES
    test_fleet_gradient_merge_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_amp_init MODULES test_fleet_amp_init ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_meta_optimizer_base MODULES test_fleet_meta_optimizer_base ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
397
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
398 399 400
  bash_test_modules(
    test_fleet_raw_program_meta_optimizer
    START_BASH
T
tianshuo78520a 已提交
401
    ../../legacy_test/dist_test.sh
402 403 404 405 406 407 408 409 410 411
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21240;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sharding_parallel
    START_BASH
T
tianshuo78520a 已提交
412
    ../../legacy_test/dist_test.sh
R
Roc 已提交
413 414
    TIMEOUT
    "120"
415 416 417 418 419 420
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21242;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_sharding_parallel
R
Roc 已提交
421
                       PROPERTIES TIMEOUT "120")
422 423 424 425 426
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_tensor_parallel
    START_BASH
T
tianshuo78520a 已提交
427
    ../../legacy_test/dist_test.sh
R
Roc 已提交
428 429
    TIMEOUT
    "200"
430 431 432 433 434
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21244;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
435 436
  set_tests_properties(test_parallel_dygraph_tensor_parallel PROPERTIES TIMEOUT
                                                                        "200")
437 438 439 440 441
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_dygraph_group_sharded_api_for_eager
    START_BASH
T
tianshuo78520a 已提交
442
    ../../legacy_test/dist_test.sh
R
Roc 已提交
443 444
    TIMEOUT
    "120"
445 446 447 448 449 450
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21246;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_dygraph_group_sharded_api_for_eager
R
Roc 已提交
451
                       PROPERTIES TIMEOUT "120")
452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_distributed_strategy MODULES test_fleet_distributed_strategy
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_fleet_dgc_meta_optimizer MODULES test_fleet_dgc_meta_optimizer ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_unused_variables
    START_BASH
T
tianshuo78520a 已提交
470
    ../../legacy_test/dist_test.sh
R
Roc 已提交
471 472
    TIMEOUT
    "350"
473 474 475 476 477
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21248;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
478 479
  set_tests_properties(test_parallel_dygraph_unused_variables PROPERTIES TIMEOUT
                                                                         "350")
480
endif()
张春乔 已提交
481
if((WITH_GPU OR WITH_XPU) AND (LINUX))
482 483 484 485 486 487 488 489 490 491 492 493 494 495 496
  py_test_modules(
    test_fleet_lamb_meta_optimizer MODULES test_fleet_lamb_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_DGC)
  if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
    py_test_modules(
      test_dgc_momentum_op MODULES test_dgc_momentum_op ENVS
      "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  endif()
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_no_sync_gradient_check
    START_BASH
T
tianshuo78520a 已提交
497
    ../../legacy_test/dist_test.sh
R
Roc 已提交
498 499
    TIMEOUT
    "60"
500 501 502 503 504 505
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21250;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_parallel_dygraph_no_sync_gradient_check
R
Roc 已提交
506
                       PROPERTIES TIMEOUT "60")
507
endif()
张春乔 已提交
508
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
509 510 511
  bash_test_modules(
    test_fleet_pipeline_meta_optimizer_with_recompute
    START_BASH
T
tianshuo78520a 已提交
512
    ../../legacy_test/dist_test.sh
513 514 515 516 517 518
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21252;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
endif()
张春乔 已提交
519
if((WITH_GPU OR WITH_XPU) AND (LINUX OR WIN32))
520 521 522 523 524 525 526 527 528
  py_test_modules(
    test_fleet_hybrid_meta_optimizer MODULES test_fleet_hybrid_meta_optimizer
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_qat
    START_BASH
T
tianshuo78520a 已提交
529
    ../../legacy_test/dist_test.sh
R
Roc 已提交
530 531
    TIMEOUT
    "120"
532 533 534 535 536
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21254;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
537
  set_tests_properties(test_parallel_dygraph_qat PROPERTIES TIMEOUT "120")
538 539 540 541 542 543 544
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_sparse_embedding
        START_BASH
T
tianshuo78520a 已提交
545
        ../../legacy_test/dist_test.sh
R
Roc 已提交
546 547
        TIMEOUT
        "200"
548 549 550 551 552 553
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21256;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
      set_tests_properties(test_parallel_dygraph_sparse_embedding
R
Roc 已提交
554
                           PROPERTIES TIMEOUT "200")
555 556 557 558 559 560 561
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sparse_embedding
    START_BASH
T
tianshuo78520a 已提交
562
    ../../legacy_test/dist_test.sh
R
Roc 已提交
563 564
    TIMEOUT
    "200"
565 566 567
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
568
    "PADDLE_DIST_UT_PORT=21256;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
569
  )
R
Roc 已提交
570 571
  set_tests_properties(test_parallel_dygraph_sparse_embedding PROPERTIES TIMEOUT
                                                                         "200")
572
endif()
张春乔 已提交
573
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
574 575 576 577 578 579 580 581 582 583
  py_test_modules(
    test_fleet_amp_meta_optimizer MODULES test_fleet_amp_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL)
  if(${NCCL_VERSION} VERSION_GREATER_EQUAL 2212)
    if((WITH_GPU) AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_parallel_dygraph_sparse_embedding_over_height
        START_BASH
T
tianshuo78520a 已提交
584
        ../../legacy_test/dist_test.sh
R
Roc 已提交
585 586
        TIMEOUT
        "150"
587 588 589 590 591 592
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21260;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
      set_tests_properties(test_parallel_dygraph_sparse_embedding_over_height
R
Roc 已提交
593
                           PROPERTIES TIMEOUT "150")
594 595 596 597 598 599 600
    endif()
  endif()
endif()
if((WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_sparse_embedding_over_height
    START_BASH
T
tianshuo78520a 已提交
601
    ../../legacy_test/dist_test.sh
R
Roc 已提交
602 603
    TIMEOUT
    "350"
604 605 606
    LABELS
    "RUN_TYPE=DIST"
    ENVS
R
Roc 已提交
607
    "PADDLE_DIST_UT_PORT=21260;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
608 609
  )
  set_tests_properties(test_parallel_dygraph_sparse_embedding_over_height
R
Roc 已提交
610
                       PROPERTIES TIMEOUT "350")
611 612 613 614 615 616 617 618 619 620
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR APPLE))
  py_test_modules(
    test_distributed_strategy MODULES test_distributed_strategy ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_auto_parallel_parallelizer
    START_BASH
T
tianshuo78520a 已提交
621
    ../../legacy_test/dist_test.sh
R
Roc 已提交
622 623
    TIMEOUT
    "120"
624 625 626 627 628
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21264;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
629
  set_tests_properties(test_auto_parallel_parallelizer PROPERTIES TIMEOUT "120")
630
endif()
张春乔 已提交
631
if((WITH_GPU OR WITH_XPU) AND (LINUX OR WIN32))
632 633 634 635 636 637 638 639 640 641
  py_test_modules(
    test_fleet_recompute_meta_optimizer MODULES
    test_fleet_recompute_meta_optimizer ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(LOCAL_ALL_ARCH AND (LINUX OR WIN32))
  py_test_modules(
    test_fleet_private_function MODULES test_fleet_private_function ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
张春乔 已提交
642
if((WITH_GPU OR WITH_XPU) AND LOCAL_ALL_PLAT)
643 644 645 646 647 648 649 650 651
  bash_test_modules(
    test_new_group
    START_BASH
    test_new_group.sh
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21268;http_proxy=;https_proxy=")
endif()
张春乔 已提交
652
if((WITH_GPU OR WITH_XPU) AND (LINUX))
653 654 655 656
  bash_test_modules(
    test_c_comm_init_op
    START_BASH
    test_c_comm_init_op.sh
R
Roc 已提交
657 658
    TIMEOUT
    "120"
659 660 661 662
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21270;http_proxy=;https_proxy=")
R
Roc 已提交
663
  set_tests_properties(test_c_comm_init_op PROPERTIES TIMEOUT "120")
664
endif()
zhenhailiu's avatar
zhenhailiu 已提交
665 666 667 668 669
if((WITH_GPU) AND (LINUX))
  bash_test_modules(
    test_fused_attention_pass_with_mp
    START_BASH
    test_fused_attention_pass_with_mp.sh
R
Roc 已提交
670 671
    TIMEOUT
    "120"
zhenhailiu's avatar
zhenhailiu 已提交
672 673 674 675 676 677 678
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21400;http_proxy=;https_proxy=")
  set_tests_properties(test_fused_attention_pass_with_mp PROPERTIES TIMEOUT
                                                                    "120")
endif()
679 680 681 682
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_ir_pass_pipeline
    START_BASH
T
tianshuo78520a 已提交
683
    ../../legacy_test/dist_test.sh
R
Roc 已提交
684 685
    TIMEOUT
    "120"
686 687 688 689 690
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21272;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
691
  set_tests_properties(test_ir_pass_pipeline PROPERTIES TIMEOUT "120")
692 693 694 695 696
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_mnist
    START_BASH
T
tianshuo78520a 已提交
697
    ../../legacy_test/dist_test.sh
R
Roc 已提交
698 699
    TIMEOUT
    "200"
700 701 702
    LABELS
    "RUN_TYPE=DIST"
    ENVS
Y
Yuang Liu 已提交
703
    "NVIDIA_TF32_OVERRIDE=0;PADDLE_DIST_UT_PORT=21274;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
704
  )
R
Roc 已提交
705
  set_tests_properties(test_parallel_dygraph_mnist PROPERTIES TIMEOUT "200")
706 707 708 709 710
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  bash_test_modules(
    test_parallel_dygraph_se_resnext
    START_BASH
T
tianshuo78520a 已提交
711
    ../../legacy_test/dist_test.sh
R
Roc 已提交
712 713
    TIMEOUT
    "200"
714 715 716 717 718
    LABELS
    "RUN_TYPE=DIST"
    ENVS
    "PADDLE_DIST_UT_PORT=21276;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
R
Roc 已提交
719 720
  set_tests_properties(test_parallel_dygraph_se_resnext PROPERTIES TIMEOUT
                                                                   "200")
721 722 723 724 725 726 727
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_parallel_dygraph_sync_batch_norm MODULES
    test_parallel_dygraph_sync_batch_norm ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_parallel_dygraph_sync_batch_norm
R
Roc 已提交
728
                       PROPERTIES TIMEOUT "120" LABELS "RUN_TYPE=DIST")
729 730 731 732 733 734 735
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_imperative_auto_mixed_precision_for_eager MODULES
    test_imperative_auto_mixed_precision_for_eager ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_imperative_auto_mixed_precision_for_eager
R
Roc 已提交
736
                       PROPERTIES TIMEOUT "300" LABELS "RUN_TYPE=DIST")
737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_mixed_precision MODULES test_mixed_precision ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if((WITH_GPU OR WITH_ROCM) AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_dygraph_recompute_for_eager MODULES test_dygraph_recompute_for_eager
    ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
endif()
if(WITH_NCCL OR WITH_RCCL)
  if(WITH_DGC)
    if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_dist_mnist_dgc_nccl
        START_BASH
T
tianshuo78520a 已提交
755
        ../../legacy_test/dist_test.sh
756 757 758 759 760 761 762 763 764 765 766 767 768 769
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21278;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
if(WITH_NCCL OR WITH_RCCL)
  if(WITH_DGC)
    if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
      bash_test_modules(
        test_dist_se_resnext_dgc
        START_BASH
T
tianshuo78520a 已提交
770
        ../../legacy_test/dist_test.sh
771 772 773 774 775 776 777 778
        LABELS
        "RUN_TYPE=DIST"
        ENVS
        "PADDLE_DIST_UT_PORT=21280;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
      )
    endif()
  endif()
endif()
R
Roc 已提交
779 780 781 782
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint
    START_BASH
T
tianshuo78520a 已提交
783
    ../../legacy_test/dist_test.sh
R
Roc 已提交
784 785
    TIMEOUT
    "200"
R
Roc 已提交
786 787 788 789 790 791 792 793 794 795 796
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21380;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint1
    START_BASH
T
tianshuo78520a 已提交
797
    ../../legacy_test/dist_test.sh
R
Roc 已提交
798 799
    TIMEOUT
    "200"
R
Roc 已提交
800 801 802 803 804 805 806 807 808 809 810
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21382;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint1 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint2
    START_BASH
T
tianshuo78520a 已提交
811
    ../../legacy_test/dist_test.sh
R
Roc 已提交
812 813
    TIMEOUT
    "200"
R
Roc 已提交
814 815 816 817 818 819 820 821 822 823 824
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21384;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint2 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint3
    START_BASH
T
tianshuo78520a 已提交
825
    ../../legacy_test/dist_test.sh
R
Roc 已提交
826 827
    TIMEOUT
    "200"
R
Roc 已提交
828 829 830 831 832 833 834 835 836 837 838
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21386;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint3 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint_multiple
    START_BASH
T
tianshuo78520a 已提交
839
    ../../legacy_test/dist_test.sh
R
Roc 已提交
840 841
    TIMEOUT
    "200"
R
Roc 已提交
842 843 844 845 846 847 848 849 850 851 852
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21388;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint_multiple PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_auto_checkpoint_dist_basic
    START_BASH
T
tianshuo78520a 已提交
853
    ../../legacy_test/dist_test.sh
R
Roc 已提交
854 855
    TIMEOUT
    "200"
R
Roc 已提交
856 857 858 859 860 861 862 863 864 865 866
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21390;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_auto_checkpoint_dist_basic PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs1
    START_BASH
T
tianshuo78520a 已提交
867
    ../../legacy_test/dist_test.sh
R
Roc 已提交
868 869
    TIMEOUT
    "200"
R
Roc 已提交
870 871 872 873 874 875 876 877 878 879 880
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21392;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs1 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs2
    START_BASH
T
tianshuo78520a 已提交
881
    ../../legacy_test/dist_test.sh
R
Roc 已提交
882 883
    TIMEOUT
    "200"
R
Roc 已提交
884 885 886 887 888 889 890 891 892 893 894
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21394;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs2 PROPERTIES TIMEOUT "200")
endif()
if(LOCAL_ALL_ARCH AND (LINUX))
  bash_test_modules(
    test_hdfs3
    START_BASH
T
tianshuo78520a 已提交
895
    ../../legacy_test/dist_test.sh
R
Roc 已提交
896 897
    TIMEOUT
    "200"
R
Roc 已提交
898 899 900 901 902 903 904 905 906 907 908
    LABELS
    "RUN_TYPE=EXCLUSIVE:NIGHTLY"
    ENVS
    "PADDLE_DIST_UT_PORT=21396;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
  set_tests_properties(test_hdfs3 PROPERTIES TIMEOUT "200")
endif()
if((WITH_GPU OR WITH_ROCM) AND (LINUX))
  py_test_modules(
    test_fleet_checkpoint MODULES test_fleet_checkpoint ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
R
Roc 已提交
909 910 911
  set_tests_properties(
    test_fleet_checkpoint PROPERTIES TIMEOUT "200" LABELS
                                     "RUN_TYPE=EXCLUSIVE:NIGHTLY")
R
Roc 已提交
912
endif()
R
Roc 已提交
913 914 915 916
if(LOCAL_ALL_ARCH AND LOCAL_ALL_PLAT)
  py_test_modules(
    test_fleet_log MODULES test_fleet_log ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
917 918 919 920 921 922 923 924 925
  set_tests_properties(test_fleet_log PROPERTIES TIMEOUT "200" LABELS
                                                 "RUN_TYPE=DIST")
endif()
if((WITH_GPU) AND (LINUX))
  py_test_modules(
    test_dygraph_dist_save_load MODULES test_dygraph_dist_save_load ENVS
    "http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python")
  set_tests_properties(test_dygraph_dist_save_load
                       PROPERTIES TIMEOUT "200" LABELS "RUN_TYPE=DIST")
R
Roc 已提交
926
endif()
927 928
if((WITH_GPU) AND (LINUX))
  py_test_modules(
Y
Yuang Liu 已提交
929 930 931
    test_dygraph_save_for_auto_infer
    MODULES
    test_dygraph_save_for_auto_infer
932
    ENVS
Y
Yuang Liu 已提交
933 934
    "NVIDIA_TF32_OVERRIDE=0;http_proxy=;https_proxy=;PYTHONPATH=../..:${PADDLE_BINARY_DIR}/python"
  )
935 936 937
  set_tests_properties(test_dygraph_save_for_auto_infer
                       PROPERTIES TIMEOUT "300" LABELS "RUN_TYPE=DIST")
endif()