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

Add random op to no check list #59483

Merged
merged 3 commits into from
Nov 30, 2023
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
8 changes: 7 additions & 1 deletion test/white_list/pir_op_test_no_check_list
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
test_bernoulli_op
test_dirichlet_op
test_exponential_op
test_gumbel_softmax_op
test_multinomial_op
test_poisson_op
test_randint_op
test_uniform_random_bf16_op
test_randperm_op
test_seed_op
test_uniform_random_bf16_op
test_uniform_random_inplace_op
9 changes: 6 additions & 3 deletions test/white_list/pir_op_test_white_list
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ test_assign_value_op
test_atan2_op
test_auc_op
test_auc_single_pred_op
test_batch_norm_op_prim_nchw
test_batch_norm_op_prim_nhwc
test_bce_loss
test_bernoulli_op
test_bicubic_interp_v2_op
test_bilinear_interp_mkldnn_op
test_bilinear_interp_v2_mkldnn_op
Expand All @@ -47,7 +46,6 @@ test_class_center_sample_op
test_clip_by_norm_op
test_clip_mkldnn_op
test_clip_op
test_communicator_half_async
test_compare_op
test_compare_reduce_op
test_complex_abs
Expand Down Expand Up @@ -152,6 +150,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_histogram_op
test_hsigmoid_op
test_huber_loss_op
Expand Down Expand Up @@ -208,6 +207,7 @@ test_mul_op
test_multi_dot_op
test_multi_forward
test_multi_gru_mkldnn_op
test_multinomial_op
test_multiplex_op
test_mv_op
test_nanmedian
Expand All @@ -226,6 +226,7 @@ test_overlap_add_op
test_pad3d_op
test_pass_quantization
test_pixel_shuffle_op
test_poisson_op
test_polygamma_op
test_pool2d_int8_mkldnn_op
test_pool2d_mkldnn_op
Expand All @@ -240,6 +241,7 @@ test_put_along_axis_op
test_qr_op
test_quantize_mkldnn_op
test_randint_op
test_randperm_op
test_range
test_reduce_mkldnn_op
test_reduce_op
Expand Down Expand Up @@ -302,6 +304,7 @@ test_trunc_op
test_unbind_op
test_unfold_op
test_uniform_random_bf16_op
test_uniform_random_inplace_op
test_unique_consecutive_op
test_unpool3d_op
test_unpool_op
Expand Down