Skip to content

Commit 26c1243

Browse files
committed
Enable tests with OpenCL GPU device
1 parent 7d491e8 commit 26c1243

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dpnp/tests/test_sycl_queue.py

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
pass
4444
elif device.device_type.name not in list_of_device_type_str:
4545
pass
46-
elif device.backend.name in "opencl" and device.is_gpu:
47-
# due to reported crash on Windows: CMPLRLLVM-55640
48-
pass
4946
else:
5047
valid_devices.append(device)
5148

0 commit comments

Comments
 (0)