We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172394f commit 49002ccCopy full SHA for 49002cc
dpctl/tests/test_sycl_queue_manager.py
@@ -70,7 +70,7 @@ def test_is_in_device_context_inside_nested_device_ctxt_cpu():
70
n_half = n // 2
71
try:
72
d0, d1 = cpu.create_sub_devices(partition=[n_half, n - n_half])
73
- except Exception:
+ except dpctl.SyclSubDeviceCreationError:
74
pytest.skip("Could not create subdevices")
75
assert 0 == dpctl.get_num_activated_queues()
76
with dpctl.device_context(d0):
0 commit comments