Skip to content

Commit

Permalink
[SYCL][E2E] Flag USM/fill_any_size UNSUPPORTED for all opencl devices (
Browse files Browse the repository at this point in the history
…#16588)

Test added in #16544 was originally flagged as UNSUPPORTED for OpenCL
CPU device only, but has now been observed to fail also for other OpenCL
devices. Flag the test as UNSUPPORTED for all OpenCL devices.
  • Loading branch information
rafbiels authored Jan 10, 2025
1 parent 95506e4 commit d8327d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/fill_any_size.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out
// clang-format off
// UNSUPPORTED: (opencl && cpu)
// UNSUPPORTED: opencl
// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
// clang-format on

Expand Down

0 comments on commit d8327d2

Please sign in to comment.