Skip to content
Snippets Groups Projects
Commit b54d09c3 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Placate Flake8

parent 532b7627
No related branches found
No related tags found
1 merge request!73Pass amd ci
Pipeline #15763 passed
......@@ -958,8 +958,7 @@ def test_coarse_grain_svm(ctx_factory):
and dev.type & cl.device_type.CPU):
pytest.xfail("AMD CPU doesn't do coarse-grain SVM")
if ("AMD" in dev.platform.name
and dev.type & cl.device_type.GPU
):
and dev.type & cl.device_type.GPU):
pytest.xfail("AMD GPU crashes on SVM unmap")
n = 3000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment