Skip to content

Commit b769bf8

Browse files
committed
ci test
1 parent a9d8b2b commit b769bf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/legacy_test/test_elementwise_pow_op.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ def test_check_grad_normal(self):
283283
self.check_grad(['X', 'Y'], 'Out', check_dygraph=False)
284284
else:
285285
self.check_grad(
286-
['X', 'Y'],
286+
['X'],
287287
'Out',
288+
check_pir=True,
288289
)
289290

290291

0 commit comments

Comments
 (0)