Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/amp/test_amp_promote.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def test_o2_promote_off(self):
)
@unittest.skipIf(
core.is_compiled_with_cuda()
and not paddle.device.cuda.get_device_capability()[0] < 7.0,
and paddle.device.cuda.get_device_capability()[0] < 7.0,
"run test when gpu's compute capability is at least 7.0.",
)
@unittest.skipIf(
Expand Down
Loading