Skip to content

Commit

Permalink
add a blank line, test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Dec 8, 2022
1 parent 91ff207 commit 087da0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/fluid/tests/unittests/test_device_guard.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def execute(main_program, startup_program):
place = paddle.CUDAPlace(0)
else:
place = paddle.CPUPlace()

exe = paddle.static.Executor(place)
exe.run(startup_program)
exe.run(main_program)
Expand Down

0 comments on commit 087da0d

Please sign in to comment.