Skip to content

Commit

Permalink
revert 53
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Sep 25, 2023
1 parent 6fef392 commit 41d627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/legacy_test/test_tile_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_check_output(self):
self.check_output(check_cinn=self.check_cinn, check_new_ir=True)

def test_check_grad(self):
self.check_grad(['X'], 'Out', check_prim=True, check_new_ir=True)
self.check_grad(['X'], 'Out', check_prim=True, check_new_ir=False)


class TestTileOpRank_ZeroDim1(TestTileOpRank1):
Expand Down

0 comments on commit 41d627f

Please sign in to comment.