diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index b36643a11023cfadb9814b0691613851345659e4..c51080e4e32f224e5dc1e2d531dbd8079cfb7447 100644 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -284,19 +284,15 @@ CPU_PARALLEL_JOB = [ 'test_default_scope_funcs', 'test_default_dtype', 'test_debugger', - 'test_dataset_wmt', 'test_dataset_voc', 'test_dataset_uci_housing', - 'test_dataset_movielens', 'test_dataset_imikolov', 'test_dataset_imdb', 'test_dataset_conll05', - 'test_dataset_cifar', 'test_dataloader_dataset', 'test_data_generator', 'test_data_feeder', 'test_data', - 'test_cyclic_cifar_dataset', 'test_cudnn_placement_pass', 'test_crypto', 'test_crf_decoding_op', @@ -335,7 +331,6 @@ CPU_PARALLEL_JOB = [ 'test_broadcast_to_op', 'test_broadcast_shape', 'test_broadcast_error', - 'test_broadcast', 'test_bpr_loss_op', 'test_boxps', 'test_bipartite_match_op', @@ -346,8 +341,6 @@ CPU_PARALLEL_JOB = [ 'test_basic_rnn_name', 'test_attention_lstm_op', 'test_analyzer', - 'test_allreduce', - 'test_allgather', 'test_aligned_allocator', 'system_allocator_test', 'stringprintf_test', @@ -494,7 +487,6 @@ CPU_PARALLEL_JOB = [ 'test_dist_mnist_ring_allreduce', 'test_fleet_launch_async', 'test_dist_fleet_a_sync_optimizer_geo', - 'test_parallel_dygraph_control_flow', 'test_auto_checkpoint', 'test_fleet_pipeline_meta_optimizer', 'test_dist_fleet_heter_ctr', @@ -516,12 +508,10 @@ CPU_PARALLEL_JOB = [ 'test_dist_fleet_ps2', 'test_dist_fleet_grad_clip', 'test_custom_concat', - 'test_analyzer_transformer_fuse', 'test_analyzer_seq_pool1_fuse_statis', 'test_fc_lstm_fuse_pass_cc', 'test_layer_norm_fuse_pass', 'test_fc_gru_fuse_pass_cc', - 'test_analyzer_save_model', 'test_fleet_ps', 'test_analyzer_multi_model_prediction', 'test_fleet_base_3', @@ -545,7 +535,6 @@ CPU_PARALLEL_JOB = [ 'test_bf16_utils', 'test_analyzer_seq_pool1_compare_determine', 'test_avoid_twice_initialization', - 'test_callback_early_stop', 'test_fleet_distributed_strategy', 'test_launch_coverage', 'test_sgd_op_bf16', @@ -632,16 +621,11 @@ TETRAD_PARALLEL_JOB = [ 'test_analyzer_seq_pool1', 'test_analyzer_ocr', 'test_analyzer_seq_conv1', - 'test_analyzer_small_dam', 'test_analyzer_mobilenet_depthwise_conv', 'test_analyzer_pyramid_dnn', - 'test_analyzer_text_classification', 'test_analyzer_rnn2', - 'test_analyzer_transformer', 'test_analyzer_resnet50', 'test_analyzer_ner', - 'test_analyzer_lac', - 'test_analyzer_transformer_profile', 'test_analyzer_mobilenet_transpose', 'test_analyzer_rnn1', 'test_analyzer_seq_pool1_profile', @@ -664,7 +648,6 @@ TETRAD_PARALLEL_JOB = [ 'test_collective_split_embedding_none_divisible', 'test_collective_wait', 'test_collective_split_row_linear', - 'test_collective_split_col_linear', 'test_collective_split_embedding', 'test_custom_attrs_jit', 'float16_gpu_test', @@ -699,11 +682,8 @@ TWO_PARALLEL_JOB = [ 'test_ema', 'test_nan_inf', 'test_isinstance', - 'test_jit_save_load', 'test_box_clip_op', - 'test_group_norm_op', 'test_seed_op', - 'test_activation_nn_grad', 'test_pool2d_int8_mkldnn_op', 'test_adagrad_op_v2', 'test_nn_functional_hot_op', @@ -734,7 +714,6 @@ TWO_PARALLEL_JOB = [ 'test_lod_reset_op', 'test_install_check', 'test_anchor_generator_op', - 'test_imperative_ptb_rnn', 'test_gather_nd_op', 'test_network_with_dtype', 'test_elementwise_sub_op', @@ -823,7 +802,6 @@ TWO_PARALLEL_JOB = [ 'test_sequence_expand_as', 'test_cos_sim_op', 'test_sequence_enumerate_op', - 'test_cross_entropy2_op', 'test_sequence_concat', 'test_cudnn_lstmcell', 'test_data_norm_op', @@ -928,7 +906,6 @@ TWO_PARALLEL_JOB = [ 'test_crop_tensor_op', 'test_sequence_expand', 'test_sequence_mask', - 'test_conv_nn_grad', 'test_sequence_pool', 'test_conv_elementwise_add2_act_fuse_pass', 'test_sequence_reshape', @@ -955,7 +932,6 @@ TWO_PARALLEL_JOB = [ 'test_adam_op', 'test_bilinear_tensor_product_op', 'test_transpose_mkldnn_op', - 'test_callback_reduce_lr_on_plateau', 'test_cast_op', 'test_scatter_nd_op', 'test_conv2d_transpose_op_depthwise_conv',