Skip to content

Commit d8327d2

Browse files
authored
[SYCL][E2E] Flag USM/fill_any_size UNSUPPORTED for all opencl devices (#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.
1 parent 95506e4 commit d8327d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/USM/fill_any_size.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t1.out
22
// RUN: %{run} %t1.out
33
// clang-format off
4-
// UNSUPPORTED: (opencl && cpu)
4+
// UNSUPPORTED: opencl
55
// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
66
// clang-format on
77

0 commit comments

Comments
 (0)