Revert "fix conv2d int8 windows UT (#29528)" (#29869)

This reverts commit 067d7f1d0d.
revert-31562-mean
Tao Luo 4 years ago committed by GitHub
parent 032414ca2a
commit 5d130d5670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,8 +28,6 @@ def conv2d_forward_refer(input, filter, group, conv_param):
return out
@unittest.skipIf(not core.supports_bfloat16(),
"place does not support oneDNN INT8")
class TestConv2DInt8Op(TestConv2DOp):
def setUp(self):
self.op_type = "conv2d"

@ -100,6 +100,7 @@ diable_wingpu_test="^test_analysis_predictor$|\
^test_print_op$|\
^test_py_func_op$|\
^test_weight_decay$|\
^test_conv2d_int8_mkldnn_op$|\
^test_crypto$|\
^test_callbacks$|\
^test_program_prune_backward$|\

Loading…
Cancel
Save