@@ -130,7 +130,6 @@ endif()
130
130
131
131
if (WIN32 )
132
132
list (REMOVE_ITEM TEST_OPS test_complex_matmul )
133
- list (REMOVE_ITEM TEST_OPS test_ops_nms )
134
133
list (REMOVE_ITEM TEST_OPS test_trt_convert_preln_residual_bias )
135
134
list (REMOVE_ITEM TEST_OPS test_masked_multihead_attention_op )
136
135
list (REMOVE_ITEM TEST_OPS test_fused_ec_moe_op )
@@ -401,8 +400,6 @@ endfunction()
401
400
list (REMOVE_ITEM TEST_OPS test_feed_data_check_shape_type )
402
401
list (REMOVE_ITEM TEST_OPS test_fetch_lod_tensor_array )
403
402
list (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 )
406
403
list (REMOVE_ITEM TEST_OPS test_imperative_mnist_sorted_gradient )
407
404
list (REMOVE_ITEM TEST_OPS test_imperative_mnist )
408
405
list (REMOVE_ITEM TEST_OPS test_layers_deprecated )
@@ -452,8 +449,7 @@ endif()
452
449
453
450
# Some ops need to check results when gc is enabled
454
451
# 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 )
457
453
458
454
foreach (TEST_OP ${TEST_OPS_WITH_GC} )
459
455
list (REMOVE_ITEM TEST_OPS ${TEST_OP} )
@@ -485,10 +481,6 @@ set_tests_properties(test_logcumsumexp_op PROPERTIES TIMEOUT 30)
485
481
py_test_modules (test_adam_op_multi_thread MODULES test_adam_op ENVS
486
482
FLAGS_inner_op_parallelism=4 )
487
483
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} )
492
484
py_test_modules (test_imperative_mnist MODULES test_imperative_mnist ENVS
493
485
FLAGS_cudnn_deterministic=1 )
494
486
py_test_modules (
@@ -511,8 +503,6 @@ if((WITH_GPU) AND (WITH_CUDNN_FRONTEND))
511
503
test_fused_dot_product_attention_op )
512
504
endif ()
513
505
514
- set_tests_properties (test_conv2d_op_depthwise_conv
515
- PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" )
516
506
set_tests_properties (test_conv2d_api_deprecated PROPERTIES LABELS
517
507
"RUN_TYPE=EXCLUSIVE" )
518
508
set_tests_properties (test_conv_nn_grad PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" )
@@ -644,17 +634,10 @@ endif()
644
634
set_tests_properties (test_cross_op PROPERTIES TIMEOUT 120 )
645
635
set_tests_properties (test_imperative_lod_tensor_to_selected_rows
646
636
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 )
650
637
651
- set_tests_properties (test_bicubic_interp_op PROPERTIES TIMEOUT 120 )
652
638
set_tests_properties (test_deformable_conv_op PROPERTIES TIMEOUT 200 )
653
- set_tests_properties (test_nearest_interp_op PROPERTIES TIMEOUT 120 )
654
639
set_tests_properties (test_inplace_softmax_with_cross_entropy PROPERTIES TIMEOUT
655
640
120 )
656
- set_tests_properties (test_cross_entropy2_op PROPERTIES TIMEOUT 120 )
657
- set_tests_properties (test_gru_unit_op PROPERTIES TIMEOUT 120 )
658
641
set_tests_properties (test_regularizer_api PROPERTIES TIMEOUT 150 )
659
642
if (NOT WIN32 )
660
643
if (WITH_NV_JETSON )
@@ -666,75 +649,45 @@ set_tests_properties(test_bilateral_slice_op PROPERTIES TIMEOUT 120)
666
649
set_tests_properties (test_fleet_util PROPERTIES TIMEOUT 120 )
667
650
set_tests_properties (test_imperative_transformer_sorted_gradient
668
651
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 )
672
652
set_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 ()
679
653
if (WITH_NV_JETSON )
680
654
set_tests_properties (test_conv3d_transpose_part2_op PROPERTIES TIMEOUT 1200 )
681
655
set_tests_properties (test_layer_norm_op PROPERTIES TIMEOUT 1500 )
682
- set_tests_properties (test_pool3d_op PROPERTIES TIMEOUT 1500 )
683
656
else ()
684
657
set_tests_properties (test_conv3d_transpose_part2_op PROPERTIES TIMEOUT 120 )
685
658
set_tests_properties (test_layer_norm_op PROPERTIES TIMEOUT 250 )
686
- set_tests_properties (test_pool3d_op PROPERTIES TIMEOUT 150 )
687
659
endif ()
688
660
689
661
set_tests_properties (test_imperative_selected_rows_to_lod_tensor
690
662
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 )
693
663
set_tests_properties (test_argsort_op PROPERTIES TIMEOUT 120 )
694
664
set_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 )
697
665
set_tests_properties (test_imperative_ptb_rnn_sorted_gradient PROPERTIES TIMEOUT
698
666
120 )
699
- set_tests_properties (test_crop_tensor_op PROPERTIES TIMEOUT 120 )
700
667
set_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 )
704
668
set_tests_properties (test_masked_select_op PROPERTIES TIMEOUT 120 )
705
669
set_tests_properties (test_sigmoid_cross_entropy_with_logits_op
706
670
PROPERTIES TIMEOUT 120 )
707
671
set_tests_properties (test_imperative_optimizer_v2 PROPERTIES TIMEOUT 150 )
708
- set_tests_properties (test_partial_sum_op PROPERTIES TIMEOUT 120 )
709
672
set_tests_properties (test_sgd_op PROPERTIES TIMEOUT 250 )
710
673
set_tests_properties (test_generator_dataloader_deprecated PROPERTIES TIMEOUT
711
674
120 )
712
- set_tests_properties (test_partial_concat_op PROPERTIES TIMEOUT 120 )
713
675
set_tests_properties (test_reduce_op PROPERTIES TIMEOUT 500 )
714
676
set_tests_properties (test_conv_nn_grad PROPERTIES TIMEOUT 220 )
715
677
set_tests_properties (test_program_prune_backward PROPERTIES TIMEOUT 120 )
716
678
set_tests_properties (test_imperative_optimizer_v2 PROPERTIES TIMEOUT 250 )
717
- set_tests_properties (test_bilinear_interp_op PROPERTIES TIMEOUT 120 )
718
679
set_tests_properties (test_decoupled_py_reader PROPERTIES TIMEOUT 120 )
719
680
set_tests_properties (test_fuse_bn_act_pass PROPERTIES TIMEOUT 120 )
720
- set_tests_properties (test_conv2d_op_depthwise_conv PROPERTIES TIMEOUT 120 )
721
681
set_tests_properties (test_conv2d_api_deprecated PROPERTIES TIMEOUT 120 )
722
- set_tests_properties (test_elementwise_mul_op PROPERTIES TIMEOUT 120 )
723
682
set_tests_properties (test_dygraph_multi_forward PROPERTIES TIMEOUT 120 )
724
683
set_tests_properties (test_imperative_ocr_attention_model PROPERTIES TIMEOUT 120 )
725
684
set_tests_properties (test_imperative_mnist PROPERTIES TIMEOUT 120 )
726
- set_tests_properties (test_gru_op PROPERTIES TIMEOUT 200 )
727
685
set_tests_properties (test_regularizer PROPERTIES TIMEOUT 150 )
728
- set_tests_properties (test_matmul_v2_op PROPERTIES TIMEOUT 120 )
729
686
set_tests_properties (test_slice_op PROPERTIES TIMEOUT 120 )
730
- set_tests_properties (test_pad3d_op PROPERTIES TIMEOUT 120 )
731
687
set_tests_properties (test_dataloader_keep_order PROPERTIES TIMEOUT 120 )
732
688
set_tests_properties (test_dataloader_unkeep_order PROPERTIES TIMEOUT 120 )
733
689
set_tests_properties (test_reader_reset PROPERTIES TIMEOUT 120 )
734
- set_tests_properties (test_cumprod_op PROPERTIES TIMEOUT 300 )
735
690
set_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 )
738
691
set_tests_properties (test_uniform_random_op_deprecated PROPERTIES TIMEOUT 60 )
739
692
740
693
set_tests_properties (test_pretrained_model PROPERTIES TIMEOUT 120 )
@@ -756,36 +709,17 @@ set_tests_properties(test_inplace_addto_strategy_deprecated PROPERTIES TIMEOUT
756
709
757
710
set (TEST_CINN_OPS
758
711
test_softmax_op
759
- test_expand_v2_op
760
712
test_reduce_op
761
713
test_slice_op
762
- test_full_like_op
763
- test_index_select_op
764
- test_top_k_v2_op
765
- test_elementwise_mul_op
766
714
test_gather_nd_op
767
- test_elementwise_pow_op
768
- test_reshape_op
769
- test_meshgrid_op
770
715
test_scale_op
771
- test_scatter_op
772
716
test_layer_norm_op
773
- test_cast_op
774
- test_roll_op
775
- test_atan2_op
776
- test_top_k_op
777
717
test_where_op
778
718
test_arg_min_max_op
779
- test_reverse_op
780
- test_flip
781
- test_triangular_solve_op
782
719
test_scatter_nd_op
783
720
test_instance_norm_op
784
721
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 )
789
723
790
724
foreach (TEST_CINN_OP ${TEST_CINN_OPS} )
791
725
if (WITH_CINN )
@@ -810,16 +744,12 @@ set(STATIC_BUILD_TESTS
810
744
test_batch_norm_op
811
745
test_bincount_op
812
746
test_decoupled_py_reader
813
- test_eigh_op
814
747
test_fetch_lod_tensor_array
815
748
test_fuse_bn_act_pass
816
749
test_layer_norm_op
817
750
test_lookup_table_v2_op_deprecated
818
- test_matmul_op
819
- test_matmul_v2_op
820
751
test_momentum_op
821
752
test_nce
822
- test_paddle_save_load_binary
823
753
test_reduce_op
824
754
test_sparse_conv_op
825
755
test_sparse_norm_op
@@ -863,18 +793,13 @@ set_tests_properties(
863
793
ENVIRONMENT
864
794
"FLAGS_cudnn_deterministic=1;FLAGS_cudnn_batchnorm_spatial_persistent=1;FLAGS_conv_workspace_size_limit=1000"
865
795
)
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 )
868
796
set_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 )
871
797
set_tests_properties (test_reduce_op_static_build PROPERTIES TIMEOUT 500 )
872
798
py_test_modules (test_stride MODULES test_stride ENVS
873
799
FLAGS_use_stride_kernel=true )
874
800
875
801
set_tests_properties (test_linalg_matrix_exp PROPERTIES TIMEOUT 120 )
876
802
set_pir_tests_properties ()
877
803
878
- set_tests_properties (test_fractional_max_pool2d_op PROPERTIES TIMEOUT 120 )
879
-
880
804
set_tests_properties (test_reduce_as_op PROPERTIES TIMEOUT 30 )
805
+ set_tests_properties (test_attribute_var_deprecated PROPERTIES TIMEOUT 100 )
0 commit comments