File tree 1 file changed +0
-3
lines changed
test/deprecated/legacy_test
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ if((NOT WITH_GPU) AND (NOT WITH_ROCM))
155
155
list (REMOVE_ITEM TEST_OPS test_auto_parallel_cost_model_deprecated)
156
156
list (REMOVE_ITEM TEST_OPS test_auto_parallel_autoconvert_deprecated)
157
157
list (REMOVE_ITEM TEST_OPS test_auto_parallel_data_unshard_deprecated)
158
- list (REMOVE_ITEM TEST_OPS test_auto_parallel_save_load_deprecated)
159
158
list (REMOVE_ITEM TEST_OPS test_auto_parallel_reshard_serial_deprecated)
160
159
161
160
elseif (WITH_GPU)
@@ -645,8 +644,6 @@ if(WITH_DISTRIBUTE
645
644
PROPERTIES TIMEOUT 120)
646
645
set_tests_properties (test_auto_parallel_data_unshard_deprecated
647
646
PROPERTIES TIMEOUT 120)
648
- set_tests_properties (test_auto_parallel_save_load_deprecated
649
- PROPERTIES TIMEOUT 120)
650
647
endif ()
651
648
652
649
set (TEST_CINN_OPS
You can’t perform that action at this time.
0 commit comments