未验证 提交 5d130d56 编写于 作者: T Tao Luo 提交者: GitHub

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

This reverts commit 067d7f1d.
上级 032414ca
......@@ -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$|\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册