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 c83c062 commit 6769469Copy full SHA for 6769469
dpnp/tests/test_sycl_queue.py
@@ -20,6 +20,7 @@
20
)
21
22
list_of_backend_str = [
23
+ "cuda",
24
"host",
25
"level_zero",
26
"opencl",
@@ -39,9 +40,6 @@
39
40
for device in available_devices:
41
if device.default_selector_score < 0:
42
pass
- elif device.backend.name in "cuda":
43
- valid_devices = [device]
44
- break
45
elif device.backend.name not in list_of_backend_str:
46
47
elif device.device_type.name not in list_of_device_type_str:
0 commit comments