Skip to content

Commit

Permalink
delete skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglirong1999 committed Apr 7, 2024
1 parent f4d330c commit 2597663
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
paddle.enable_static()


@unittest.skipIf(
not paddle.base.core.is_compiled_with_mkldnn(),
"Test case only for OneDNN pass.",
)
class TestConv2dAddFusePass(PassTest):
def is_program_valid(self, program=None):
return True
Expand Down

0 comments on commit 2597663

Please sign in to comment.