Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26c1243

Browse files
committedDec 13, 2024·
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

Lines changed: 0 additions & 3 deletions
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)
Please sign in to comment.