Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dpnp/tests/test_sycl_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
pass
elif device.device_type.name not in list_of_device_type_str:
pass
elif device.backend.name in "opencl" and device.is_gpu:
# due to reported crash on Windows: CMPLRLLVM-55640
pass
else:
valid_dev.append(device)

Expand Down
Loading