未验证 提交 de947430 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

Ut test conv3d op timeout (#32216)

* remove ut from parallel_ut_rule caused by timeout

* remove timeout ut from parallel_ut_rule file

* move convert_model2dot_ernie to TWO_PARALLEL_JOB list
上级 faa8c703
......@@ -425,7 +425,6 @@ CPU_PARALLEL_JOB = [
'cpu_info_test',
'cpu_helper_test',
'cow_ptr_tests',
'convert_model2dot_ernie',
'conditional_block_op_test',
'cipher_utils_test',
'check_reduce_rank_test',
......@@ -483,6 +482,7 @@ TETRAD_PARALLEL_JOB = [
# It run 2 job each time, If it failed due to Insufficient GPU memory or CUBLAS_STATUS_ALLOC_FAILED,
# just remove it from this list.
TWO_PARALLEL_JOB = [
'convert_model2dot_ernie',
'im2col_test',
'test_elementwise_add_grad_grad',
'test_logical_op',
......@@ -512,10 +512,8 @@ TWO_PARALLEL_JOB = [
'test_activation_nn_grad',
'test_pool2d_int8_mkldnn_op',
'test_adagrad_op_v2',
'test_elementwise_add_op',
'test_nn_functional_hot_op',
'test_op_name_conflict',
'test_softmax_with_cross_entropy_op',
'test_imperative_gan',
'test_simnet',
'test_amp_check_finite_and_scale_op',
......@@ -538,7 +536,6 @@ TWO_PARALLEL_JOB = [
'test_sigmoid_cross_entropy_with_logits_op',
'test_regularizer_api',
'test_lrn_op',
'test_rank_attention_op',
'test_parallel_ssa_graph_inference_feed_partial_data',
'test_lod_reset_op',
'test_install_check',
......@@ -553,7 +550,6 @@ TWO_PARALLEL_JOB = [
'test_gather_tree_op',
'test_decoupled_py_reader',
'test_imperative_named_members',
'test_conv3d_op',
'test_seqconv_eltadd_relu_fuse_pass',
'test_analysis_predictor',
'test_convert_operators',
......@@ -616,7 +612,6 @@ TWO_PARALLEL_JOB = [
'test_adamax_op',
'test_while_loop_op',
'test_affine_grid_function',
'test_trilinear_interp_op',
'test_transpose_flatten_concat_fuse_pass',
'test_trace_op',
'test_backward',
......@@ -869,7 +864,6 @@ TWO_PARALLEL_JOB = [
'test_manual_seed',
'test_buffer_shared_memory_reuse_pass',
'test_range',
'test_activation_op',
'test_box_decoder_and_assign_op',
'test_imperative_optimizer_v2',
'test_python_operator_overriding',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册