Skip to content

Commit cedb1ba

Browse files
[SYCL][E2E] Mark a test as unsupported on accelerator (#10037)
This test used to be only run on the CPU and GPU but when we moved to the `%{run}` notation, it wasn't marked as unsupported on accelerator. It seems unsupported on accelerator. The `clCreateProgramWithIL()` call is returning and error -59 when the accelerator device is the one behind the context. I went back and checked and it has never worked on accelerator. I'll make a note in the online compiler tickets and if this is a real error, a ticket will be opened. But the test should be restored so to not be run on accelerator.
1 parent dddaf7f commit cedb1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: opencl, opencl_icd, cm-compiler
2+
// UNSUPPORTED: accelerator
23

34
// RUN: %{build} -DRUN_KERNELS %opencl_lib -o %t.out
45
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)