Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【PIR OpTest Fix No.2】 fix test_empty_op #60602

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/white_list/pir_op_test_no_check_list
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test_bernoulli_op
test_dirichlet_op
test_empty_op
test_exponential_op
test_gumbel_softmax_op
test_multinomial_op
Expand Down
13 changes: 7 additions & 6 deletions test/white_list/pir_op_test_white_list
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_atan2_op
test_auc_op
test_auc_single_pred_op
test_bce_loss
test_bernoulli_op
test_bernoulli_op
test_bicubic_interp_v2_op
test_bilinear_interp_v2_op
test_bilinear_tensor_product_op
Expand Down Expand Up @@ -89,6 +89,7 @@ test_elementwise_min_op
test_elementwise_mod_op
test_elementwise_mul_op
test_elementwise_pow_op
test_empty_op
test_erf_op
test_erfinv_op
test_expand_as_v2_op
Expand Down Expand Up @@ -126,7 +127,7 @@ test_graph_send_ue_recv_op
test_graph_send_uv_op
test_grid_sampler_op
test_group_norm_op
test_gumbel_softmax_op
test_gumbel_softmax_op
test_histogram_op
test_hsigmoid_op
test_huber_loss_op
Expand Down Expand Up @@ -179,7 +180,7 @@ test_momentum_op
test_mul_op
test_multi_dot_op
test_multi_forward
test_multinomial_op
test_multinomial_op
test_multiplex_op
test_mv_op
test_nanmedian
Expand All @@ -199,7 +200,7 @@ test_overlap_add_op
test_pad3d_op
test_pass_quantization
test_pixel_shuffle_op
test_poisson_op
test_poisson_op
test_polygamma_op
test_pool2d_op
test_pool3d_op
Expand All @@ -211,7 +212,7 @@ test_psroi_pool_op
test_put_along_axis_op
test_qr_op
test_randint_op
test_randperm_op
test_randperm_op
test_range
test_reduce_op
test_reduce_op_static_build
Expand Down Expand Up @@ -271,7 +272,7 @@ test_trunc_op
test_unbind_op
test_unfold_op
test_uniform_random_bf16_op
test_uniform_random_inplace_op
test_uniform_random_inplace_op
test_unique_consecutive_op
test_unpool3d_op
test_unpool_op
Expand Down