Skip to content

Commit 44b005a

Browse files
committed
reback
1 parent 46cb554 commit 44b005a

7 files changed

+858
-1
lines changed

test/deprecated/legacy_test/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ string(REPLACE ".py" "" DIST_TEST_OPS "${DIST_TEST_OPS}")
2424
if(WITH_COVERAGE)
2525
list(REMOVE_ITEM TEST_OPS test_unique)
2626
endif()
27+
list(APPEND DIST_TEST_OPS test_auto_parallel_autoconvert_deprecated)
2728
list(APPEND DIST_TEST_OPS test_auto_parallel_data_unshard_deprecated)
2829
set(MIXED_DIST_TEST_OPS ${DIST_TEST_OPS})
2930
#remove distribute unittests.
@@ -152,7 +153,9 @@ if((NOT WITH_GPU) AND (NOT WITH_ROCM))
152153
list(REMOVE_ITEM TEST_OPS test_auto_parallel_reshard_mppp_deprecated)
153154
list(REMOVE_ITEM TEST_OPS test_auto_parallel_reshard_dpmppp_deprecated)
154155
list(REMOVE_ITEM TEST_OPS test_auto_parallel_cost_model_deprecated)
156+
list(REMOVE_ITEM TEST_OPS test_auto_parallel_autoconvert_deprecated)
155157
list(REMOVE_ITEM TEST_OPS test_auto_parallel_data_unshard_deprecated)
158+
list(REMOVE_ITEM TEST_OPS test_auto_parallel_save_load_deprecated)
156159
list(REMOVE_ITEM TEST_OPS test_auto_parallel_reshard_serial_deprecated)
157160

158161
elseif(WITH_GPU)
@@ -638,8 +641,12 @@ set_tests_properties(test_inplace_addto_strategy_deprecated PROPERTIES TIMEOUT
638641
if(WITH_DISTRIBUTE
639642
AND WITH_GPU
640643
AND WITH_NCCL)
644+
set_tests_properties(test_auto_parallel_autoconvert_deprecated
645+
PROPERTIES TIMEOUT 120)
641646
set_tests_properties(test_auto_parallel_data_unshard_deprecated
642647
PROPERTIES TIMEOUT 120)
648+
set_tests_properties(test_auto_parallel_save_load_deprecated
649+
PROPERTIES TIMEOUT 120)
643650
endif()
644651

645652
set(TEST_CINN_OPS

0 commit comments

Comments
 (0)