Skip to content

Commit a494f95

Browse files
authored
Merge 3a718d8 into cb801da
2 parents cb801da + 3a718d8 commit a494f95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)