Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#16824 from LeoZhao-Intel/mkldnn_mul
Browse files Browse the repository at this point in the history
disable test_elementwise_mul_mkldnn_op case
  • Loading branch information
luotao1 authored Apr 17, 2019
2 parents 3beed54 + 1edcd73 commit b596eed
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
from paddle.fluid.tests.unittests.test_elementwise_mul_op import *


# TODO(LeoZhao-Intel): re-enable this case
# https://github.com/PaddlePaddle/Paddle/issues/16764
@unittest.skip("Not supported well on avx2.")
class TestElementwiseMulMKLDNNOp_BroadcastNCHW16c(ElementwiseMulOp):
def init_input_output(self):
x = np.random.rand(1, 16, 2, 2).astype(self.dtype)
Expand Down

0 comments on commit b596eed

Please sign in to comment.