We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac79fe commit 4f4f4edCopy full SHA for 4f4f4ed
1 file changed
test/amp/test_amp_promote.py
@@ -322,7 +322,7 @@ def test_o2_promote_off(self):
322
)
323
@unittest.skipIf(
324
core.is_compiled_with_cuda()
325
- and not paddle.device.cuda.get_device_capability()[0] < 7.0,
+ and paddle.device.cuda.get_device_capability()[0] < 7.0,
326
"run test when gpu's compute capability is at least 7.0.",
327
328
0 commit comments