Skip to content

Commit 96b73af

Browse files
committed
update
1 parent 37d6982 commit 96b73af

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

paddle/fluid/inference/utils/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ cc_library(
1010
cc_library(table_printer SRCS table_printer.cc)
1111

1212
proto_library(shape_range_info_proto SRCS shape_range_info.proto)
13-
14-
if(WITH_ONNXRUNTIME AND WIN32)
15-
# Copy onnxruntime for some c++ test in Windows, since the test will
16-
# be build only in CI, so suppose the generator in Windows is Ninja.
17-
copy_onnx(test_table_printer)
18-
endif()

tools/parallel_UT_rule.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'test_fc_gru_fuse_pass_cc',
2929
'device_worker_test',
3030
'test_custom_conj',
31-
'infer_io_utils_tester',
3231
'test_transpose_bf16_mkldnn_op',
3332
'test_container',
3433
'cpu_helper_test',
@@ -73,7 +72,6 @@
7372
'test_pybind_interface',
7473
'test_io_save_load',
7574
'test_fusion_lstm_int8_mkldnn_op',
76-
'test_benchmark',
7775
'test_protobuf',
7876
'test_tdm_sampler_op',
7977
'test_teacher_student_sigmoid_loss_op',
@@ -482,7 +480,6 @@
482480
'test_communicator_half_async',
483481
'test_dynrnn_gradient_check',
484482
'test_pool2d_bf16_mkldnn_op',
485-
'test_table_printer',
486483
'test_framework_debug_str',
487484
'test_dist_fleet_ps2',
488485
'test_collective_scatter_api',
@@ -1926,7 +1923,6 @@
19261923
'test_bpr_loss_op',
19271924
'test_boxps',
19281925
'test_bipartite_match_op',
1929-
'test_benchmark',
19301926
'test_beam_search_op',
19311927
'test_batch_sampler',
19321928
'test_batch_norm_act_fuse_pass',
@@ -1970,7 +1966,6 @@
19701966
'lodtensor_printer_test',
19711967
'test_dispatch_jit',
19721968
'inlined_vector_test',
1973-
'infer_io_utils_tester',
19741969
'graph_to_program_pass_test',
19751970
'graph_test',
19761971
'graph_helper_test',
@@ -2176,7 +2171,6 @@
21762171
'test_auto_parallel_api',
21772172
'test_tensor_copy_from',
21782173
'test_analyzer_capi_exp_xpu',
2179-
'test_table_printer',
21802174
'test_egr_task_autocodegen',
21812175
'test_static_save_load_bf16',
21822176
'test_parallel_executor_run_cinn',

0 commit comments

Comments
 (0)