Skip to content

Commit 078b947

Browse files
committed
update
1 parent 3bc90d1 commit 078b947

10 files changed

+31
-823
lines changed

test/deprecated/auto_parallel/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
3737
test_random_ctrl_deprecated)
3838
set_tests_properties(test_random_ctrl_deprecated
3939
PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 50)
40-
py_test_modules(test_selective_recompute_deprecated MODULES
41-
test_selective_recompute_deprecated)
42-
set_tests_properties(test_selective_recompute_deprecated PROPERTIES TIMEOUT
43-
50)
4440
py_test_modules(test_parallel_tuner_deprecated MODULES
4541
test_parallel_tuner_deprecated)
4642
set_tests_properties(test_parallel_tuner_deprecated PROPERTIES TIMEOUT 120)
@@ -75,8 +71,6 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
7571
py_test_modules(test_pattern_deprecated MODULES test_pattern_deprecated)
7672
py_test_modules(test_pattern_match_deprecated MODULES
7773
test_pattern_match_deprecated)
78-
py_test_modules(test_rule_based_tuner_deprecated MODULES
79-
test_rule_based_tuner_deprecated)
8074
py_test_modules(test_shard_layer_api_deprecated MODULES
8175
test_shard_layer_api_deprecated)
8276
# End of unittests WITH single card WITHOUT timeout
@@ -95,18 +89,13 @@ if(WITH_DISTRIBUTE AND WITH_GPU)
9589
set_tests_properties(test_amp_o2_pass_deprecated
9690
PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 50)
9791
py_test_modules(test_pass_bf16_deprecated MODULES test_pass_bf16_deprecated)
98-
py_test_modules(test_pass_base_list_deprecated MODULES
99-
test_pass_base_list_deprecated)
100-
set_tests_properties(test_pass_base_list_deprecated PROPERTIES TIMEOUT 40)
10192
# NOTE(zyl): unittests WITH single card and WITHOUT timeout
10293
py_test_modules(test_serialization_deprecated MODULES
10394
test_serialization_deprecated)
10495
py_test_modules(test_process_mesh_deprecated MODULES
10596
test_process_mesh_deprecated)
10697
py_test_modules(test_new_cost_model_deprecated MODULES
10798
test_new_cost_model_deprecated)
108-
py_test_modules(test_lr_grad_clip_deprecated MODULES
109-
test_lr_grad_clip_deprecated)
11099
py_test_modules(test_interface_deprecated MODULES test_interface_deprecated)
111100
py_test_modules(test_group_operators_deprecated MODULES
112101
test_group_operators_deprecated)

test/deprecated/auto_parallel/test_lr_grad_clip_deprecated.py

Lines changed: 0 additions & 114 deletions
This file was deleted.

test/deprecated/auto_parallel/test_pass_base_list_deprecated.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)