Skip to content

Commit

Permalink
add test_with_pir_api => TestDiffOpFp16.test_fp16_with_gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRyanHuang committed Nov 20, 2023
1 parent 546d936 commit d399662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/legacy_test/test_diff_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ def set_args(self):


class TestDiffOpFp16(TestDiffOp):
@test_with_pir_api
def test_fp16_with_gpu(self):
paddle.enable_static()
if paddle.base.core.is_compiled_with_cuda():
Expand Down

0 comments on commit d399662

Please sign in to comment.