From 5d654e80a47510e33a79603e9b26e8839f975cd8 Mon Sep 17 00:00:00 2001 From: xingmingyyj Date: Wed, 3 Jan 2024 04:28:06 +0000 Subject: [PATCH 1/2] fix --- test/white_list/pir_op_test_white_list | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/white_list/pir_op_test_white_list b/test/white_list/pir_op_test_white_list index 045e8b4df9459..ff0b475787db9 100644 --- a/test/white_list/pir_op_test_white_list +++ b/test/white_list/pir_op_test_white_list @@ -7,6 +7,7 @@ test_adagrad_op test_adagrad_op_static_build test_adamax_op test_addmm_op +test_affine_grid_op test_allclose_op test_amp_check_finite_and_scale_op test_angle_op @@ -63,6 +64,7 @@ test_conv2d_transpose_op test_conv2d_transpose_op_depthwise_conv test_conv3d_mkldnn_op test_conv3d_op +test_conv3d_transpose_op test_conv3d_transpose_part2_op test_crop_tensor_op test_cross_op @@ -231,6 +233,7 @@ test_polygamma_op test_pool2d_int8_mkldnn_op test_pool2d_mkldnn_op test_pool2d_op +test_pool3d_op test_pool_max_op test_prelu_mkldnn_op test_prelu_op From b643bf26f99610b64f941b63c480c28d0f8a0848 Mon Sep 17 00:00:00 2001 From: xingmingyyj Date: Fri, 5 Jan 2024 02:07:47 +0000 Subject: [PATCH 2/2] add --- test/white_list/pir_op_test_white_list | 1 - 1 file changed, 1 deletion(-) diff --git a/test/white_list/pir_op_test_white_list b/test/white_list/pir_op_test_white_list index ff0b475787db9..b0032c523a317 100644 --- a/test/white_list/pir_op_test_white_list +++ b/test/white_list/pir_op_test_white_list @@ -64,7 +64,6 @@ test_conv2d_transpose_op test_conv2d_transpose_op_depthwise_conv test_conv3d_mkldnn_op test_conv3d_op -test_conv3d_transpose_op test_conv3d_transpose_part2_op test_crop_tensor_op test_cross_op