@@ -130,7 +130,6 @@ endif()
130130
131131if (WIN32 )
132132 list (REMOVE_ITEM TEST_OPS test_complex_matmul)
133- list (REMOVE_ITEM TEST_OPS test_ops_nms)
134133 list (REMOVE_ITEM TEST_OPS test_trt_convert_preln_residual_bias)
135134 list (REMOVE_ITEM TEST_OPS test_masked_multihead_attention_op)
136135 list (REMOVE_ITEM TEST_OPS test_fused_ec_moe_op)
@@ -401,8 +400,6 @@ endfunction()
401400list (REMOVE_ITEM TEST_OPS test_feed_data_check_shape_type)
402401list (REMOVE_ITEM TEST_OPS test_fetch_lod_tensor_array)
403402list (REMOVE_ITEM TEST_OPS test_data_norm_op)
404- list (REMOVE_ITEM TEST_OPS test_bilinear_interp_op)
405- list (REMOVE_ITEM TEST_OPS test_nearest_interp_op)
406403list (REMOVE_ITEM TEST_OPS test_imperative_mnist_sorted_gradient)
407404list (REMOVE_ITEM TEST_OPS test_imperative_mnist)
408405list (REMOVE_ITEM TEST_OPS test_layers_deprecated)
@@ -452,8 +449,7 @@ endif()
452449
453450# Some ops need to check results when gc is enabled
454451# Currently, only ops that register NoNeedBufferVarsInference need to do this test
455- set (TEST_OPS_WITH_GC test_affine_channel_op test_gather_nd_op test_scatter_op
456- test_slice_op)
452+ set (TEST_OPS_WITH_GC test_gather_nd_op test_slice_op)
457453
458454foreach (TEST_OP ${TEST_OPS_WITH_GC} )
459455 list (REMOVE_ITEM TEST_OPS ${TEST_OP} )
@@ -485,10 +481,6 @@ set_tests_properties(test_logcumsumexp_op PROPERTIES TIMEOUT 30)
485481py_test_modules(test_adam_op_multi_thread MODULES test_adam_op ENVS
486482 FLAGS_inner_op_parallelism=4)
487483
488- py_test_modules(test_bilinear_interp_op MODULES test_bilinear_interp_op ENVS
489- ${GC_ENVS} )
490- py_test_modules(test_nearest_interp_op MODULES test_nearest_interp_op ENVS
491- ${GC_ENVS} )
492484py_test_modules(test_imperative_mnist MODULES test_imperative_mnist ENVS
493485 FLAGS_cudnn_deterministic=1)
494486py_test_modules(
@@ -511,8 +503,6 @@ if((WITH_GPU) AND (WITH_CUDNN_FRONTEND))
511503 test_fused_dot_product_attention_op)
512504endif ()
513505
514- set_tests_properties (test_conv2d_op_depthwise_conv
515- PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" )
516506set_tests_properties (test_conv2d_api_deprecated PROPERTIES LABELS
517507 "RUN_TYPE=EXCLUSIVE" )
518508set_tests_properties (test_conv_nn_grad PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" )
@@ -644,17 +634,10 @@ endif()
644634set_tests_properties (test_cross_op PROPERTIES TIMEOUT 120)
645635set_tests_properties (test_imperative_lod_tensor_to_selected_rows
646636 PROPERTIES TIMEOUT 200)
647- set_tests_properties (test_lstm_op PROPERTIES TIMEOUT 120)
648- set_tests_properties (test_imperative_star_gan_with_gradient_penalty
649- PROPERTIES TIMEOUT 120)
650637
651- set_tests_properties (test_bicubic_interp_op PROPERTIES TIMEOUT 120)
652638set_tests_properties (test_deformable_conv_op PROPERTIES TIMEOUT 200)
653- set_tests_properties (test_nearest_interp_op PROPERTIES TIMEOUT 120)
654639set_tests_properties (test_inplace_softmax_with_cross_entropy PROPERTIES TIMEOUT
655640 120)
656- set_tests_properties (test_cross_entropy2_op PROPERTIES TIMEOUT 120)
657- set_tests_properties (test_gru_unit_op PROPERTIES TIMEOUT 120)
658641set_tests_properties (test_regularizer_api PROPERTIES TIMEOUT 150)
659642if (NOT WIN32 )
660643 if (WITH_NV_JETSON)
@@ -666,75 +649,45 @@ set_tests_properties(test_bilateral_slice_op PROPERTIES TIMEOUT 120)
666649set_tests_properties (test_fleet_util PROPERTIES TIMEOUT 120)
667650set_tests_properties (test_imperative_transformer_sorted_gradient
668651 PROPERTIES TIMEOUT 120)
669- set_tests_properties (test_matmul_op PROPERTIES TIMEOUT 120)
670- set_tests_properties (test_nearest_interp_v2_op PROPERTIES TIMEOUT 120)
671- set_tests_properties (test_trilinear_interp_op PROPERTIES TIMEOUT 120)
672652set_tests_properties (test_static_save_load PROPERTIES TIMEOUT 250)
673- set_tests_properties (test_paddle_save_load_binary PROPERTIES TIMEOUT 120)
674- if (WIN32 )
675- set_tests_properties (test_static_save_load_large PROPERTIES TIMEOUT 900)
676- else ()
677- set_tests_properties (test_static_save_load_large PROPERTIES TIMEOUT 600)
678- endif ()
679653if (WITH_NV_JETSON)
680654 set_tests_properties (test_conv3d_transpose_part2_op PROPERTIES TIMEOUT 1200)
681655 set_tests_properties (test_layer_norm_op PROPERTIES TIMEOUT 1500)
682- set_tests_properties (test_pool3d_op PROPERTIES TIMEOUT 1500)
683656else ()
684657 set_tests_properties (test_conv3d_transpose_part2_op PROPERTIES TIMEOUT 120)
685658 set_tests_properties (test_layer_norm_op PROPERTIES TIMEOUT 250)
686- set_tests_properties (test_pool3d_op PROPERTIES TIMEOUT 150)
687659endif ()
688660
689661set_tests_properties (test_imperative_selected_rows_to_lod_tensor
690662 PROPERTIES TIMEOUT 200)
691- set_tests_properties (test_index_select_op PROPERTIES TIMEOUT 120)
692- set_tests_properties (test_index_add_op PROPERTIES TIMEOUT 120)
693663set_tests_properties (test_argsort_op PROPERTIES TIMEOUT 120)
694664set_tests_properties (test_gather_nd_op PROPERTIES TIMEOUT 120)
695- set_tests_properties (test_row_conv_op PROPERTIES TIMEOUT 120)
696- set_tests_properties (test_deformable_conv_v1_op PROPERTIES TIMEOUT 300)
697665set_tests_properties (test_imperative_ptb_rnn_sorted_gradient PROPERTIES TIMEOUT
698666 120)
699- set_tests_properties (test_crop_tensor_op PROPERTIES TIMEOUT 120)
700667set_tests_properties (test_imperative_ptb_rnn PROPERTIES TIMEOUT 120)
701- set_tests_properties (test_svd_op PROPERTIES TIMEOUT 80)
702- set_tests_properties (test_qr_op PROPERTIES TIMEOUT 60)
703- set_tests_properties (test_trilinear_interp_v2_op PROPERTIES TIMEOUT 120)
704668set_tests_properties (test_masked_select_op PROPERTIES TIMEOUT 120)
705669set_tests_properties (test_sigmoid_cross_entropy_with_logits_op
706670 PROPERTIES TIMEOUT 120)
707671set_tests_properties (test_imperative_optimizer_v2 PROPERTIES TIMEOUT 150)
708- set_tests_properties (test_partial_sum_op PROPERTIES TIMEOUT 120)
709672set_tests_properties (test_sgd_op PROPERTIES TIMEOUT 250)
710673set_tests_properties (test_generator_dataloader_deprecated PROPERTIES TIMEOUT
711674 120)
712- set_tests_properties (test_partial_concat_op PROPERTIES TIMEOUT 120)
713675set_tests_properties (test_reduce_op PROPERTIES TIMEOUT 500)
714676set_tests_properties (test_conv_nn_grad PROPERTIES TIMEOUT 220)
715677set_tests_properties (test_program_prune_backward PROPERTIES TIMEOUT 120)
716678set_tests_properties (test_imperative_optimizer_v2 PROPERTIES TIMEOUT 250)
717- set_tests_properties (test_bilinear_interp_op PROPERTIES TIMEOUT 120)
718679set_tests_properties (test_decoupled_py_reader PROPERTIES TIMEOUT 120)
719680set_tests_properties (test_fuse_bn_act_pass PROPERTIES TIMEOUT 120)
720- set_tests_properties (test_conv2d_op_depthwise_conv PROPERTIES TIMEOUT 120)
721681set_tests_properties (test_conv2d_api_deprecated PROPERTIES TIMEOUT 120)
722- set_tests_properties (test_elementwise_mul_op PROPERTIES TIMEOUT 120)
723682set_tests_properties (test_dygraph_multi_forward PROPERTIES TIMEOUT 120)
724683set_tests_properties (test_imperative_ocr_attention_model PROPERTIES TIMEOUT 120)
725684set_tests_properties (test_imperative_mnist PROPERTIES TIMEOUT 120)
726- set_tests_properties (test_gru_op PROPERTIES TIMEOUT 200)
727685set_tests_properties (test_regularizer PROPERTIES TIMEOUT 150)
728- set_tests_properties (test_matmul_v2_op PROPERTIES TIMEOUT 120)
729686set_tests_properties (test_slice_op PROPERTIES TIMEOUT 120)
730- set_tests_properties (test_pad3d_op PROPERTIES TIMEOUT 120)
731687set_tests_properties (test_dataloader_keep_order PROPERTIES TIMEOUT 120)
732688set_tests_properties (test_dataloader_unkeep_order PROPERTIES TIMEOUT 120)
733689set_tests_properties (test_reader_reset PROPERTIES TIMEOUT 120)
734- set_tests_properties (test_cumprod_op PROPERTIES TIMEOUT 300)
735690set_tests_properties (test_split_program PROPERTIES TIMEOUT 120)
736- set_tests_properties (test_graph_send_ue_recv_op PROPERTIES TIMEOUT 60)
737- set_tests_properties (test_graph_send_uv_op PROPERTIES TIMEOUT 60)
738691set_tests_properties (test_uniform_random_op_deprecated PROPERTIES TIMEOUT 60)
739692
740693set_tests_properties (test_pretrained_model PROPERTIES TIMEOUT 120)
@@ -756,36 +709,17 @@ set_tests_properties(test_inplace_addto_strategy_deprecated PROPERTIES TIMEOUT
756709
757710set (TEST_CINN_OPS
758711 test_softmax_op
759- test_expand_v2_op
760712 test_reduce_op
761713 test_slice_op
762- test_full_like_op
763- test_index_select_op
764- test_top_k_v2_op
765- test_elementwise_mul_op
766714 test_gather_nd_op
767- test_elementwise_pow_op
768- test_reshape_op
769- test_meshgrid_op
770715 test_scale_op
771- test_scatter_op
772716 test_layer_norm_op
773- test_cast_op
774- test_roll_op
775- test_atan2_op
776- test_top_k_op
777717 test_where_op
778718 test_arg_min_max_op
779- test_reverse_op
780- test_flip
781- test_triangular_solve_op
782719 test_scatter_nd_op
783720 test_instance_norm_op
784721 test_cumsum_op
785- test_split_op
786- test_erf_op
787- test_assign_op
788- test_flatten_contiguous_range_op)
722+ test_erf_op)
789723
790724foreach (TEST_CINN_OP ${TEST_CINN_OPS} )
791725 if (WITH_CINN)
@@ -810,16 +744,12 @@ set(STATIC_BUILD_TESTS
810744 test_batch_norm_op
811745 test_bincount_op
812746 test_decoupled_py_reader
813- test_eigh_op
814747 test_fetch_lod_tensor_array
815748 test_fuse_bn_act_pass
816749 test_layer_norm_op
817750 test_lookup_table_v2_op_deprecated
818- test_matmul_op
819- test_matmul_v2_op
820751 test_momentum_op
821752 test_nce
822- test_paddle_save_load_binary
823753 test_reduce_op
824754 test_sparse_conv_op
825755 test_sparse_norm_op
@@ -863,18 +793,13 @@ set_tests_properties(
863793 ENVIRONMENT
864794 "FLAGS_cudnn_deterministic=1;FLAGS_cudnn_batchnorm_spatial_persistent=1;FLAGS_conv_workspace_size_limit=1000"
865795)
866- set_tests_properties (test_matmul_op_static_build PROPERTIES TIMEOUT 120)
867- set_tests_properties (test_matmul_v2_op_static_build PROPERTIES TIMEOUT 120)
868796set_tests_properties (test_layer_norm_op_static_build PROPERTIES TIMEOUT 1500)
869- set_tests_properties (test_paddle_save_load_binary_static_build
870- PROPERTIES TIMEOUT 120)
871797set_tests_properties (test_reduce_op_static_build PROPERTIES TIMEOUT 500)
872798py_test_modules(test_stride MODULES test_stride ENVS
873799 FLAGS_use_stride_kernel=true )
874800
875801set_tests_properties (test_linalg_matrix_exp PROPERTIES TIMEOUT 120)
876802set_pir_tests_properties()
877803
878- set_tests_properties (test_fractional_max_pool2d_op PROPERTIES TIMEOUT 120)
879-
880804set_tests_properties (test_reduce_as_op PROPERTIES TIMEOUT 30)
805+ set_tests_properties (test_attribute_var_deprecated PROPERTIES TIMEOUT 100)
0 commit comments