Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlehome committed Feb 1, 2024
1 parent 37d6982 commit 96b73af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions paddle/fluid/inference/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,3 @@ cc_library(
cc_library(table_printer SRCS table_printer.cc)

proto_library(shape_range_info_proto SRCS shape_range_info.proto)

if(WITH_ONNXRUNTIME AND WIN32)
# Copy onnxruntime for some c++ test in Windows, since the test will
# be build only in CI, so suppose the generator in Windows is Ninja.
copy_onnx(test_table_printer)
endif()
6 changes: 0 additions & 6 deletions tools/parallel_UT_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
'test_fc_gru_fuse_pass_cc',
'device_worker_test',
'test_custom_conj',
'infer_io_utils_tester',
'test_transpose_bf16_mkldnn_op',
'test_container',
'cpu_helper_test',
Expand Down Expand Up @@ -73,7 +72,6 @@
'test_pybind_interface',
'test_io_save_load',
'test_fusion_lstm_int8_mkldnn_op',
'test_benchmark',
'test_protobuf',
'test_tdm_sampler_op',
'test_teacher_student_sigmoid_loss_op',
Expand Down Expand Up @@ -482,7 +480,6 @@
'test_communicator_half_async',
'test_dynrnn_gradient_check',
'test_pool2d_bf16_mkldnn_op',
'test_table_printer',
'test_framework_debug_str',
'test_dist_fleet_ps2',
'test_collective_scatter_api',
Expand Down Expand Up @@ -1926,7 +1923,6 @@
'test_bpr_loss_op',
'test_boxps',
'test_bipartite_match_op',
'test_benchmark',
'test_beam_search_op',
'test_batch_sampler',
'test_batch_norm_act_fuse_pass',
Expand Down Expand Up @@ -1970,7 +1966,6 @@
'lodtensor_printer_test',
'test_dispatch_jit',
'inlined_vector_test',
'infer_io_utils_tester',
'graph_to_program_pass_test',
'graph_test',
'graph_helper_test',
Expand Down Expand Up @@ -2176,7 +2171,6 @@
'test_auto_parallel_api',
'test_tensor_copy_from',
'test_analyzer_capi_exp_xpu',
'test_table_printer',
'test_egr_task_autocodegen',
'test_static_save_load_bf16',
'test_parallel_executor_run_cinn',
Expand Down

0 comments on commit 96b73af

Please sign in to comment.