File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
11
11
set (SYCL_MAJOR_VERSION 2 )
12
12
set (SYCL_MINOR_VERSION 0 )
13
13
set (SYCL_PATCH_VERSION 0 )
14
- set (SYCL_DEV_ABI_VERSION 1 )
14
+ set (SYCL_DEV_ABI_VERSION 0 )
15
15
if (SYCL_ADD_DEV_VERSION_POSTFIX )
16
16
set (SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION} " )
17
17
endif ()
Original file line number Diff line number Diff line change 2
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
- // XFAIL: level0, cuda
5
+ // USUPPORTED: level0, cuda
6
+ // REQUIRES: opencl
6
7
7
8
#include < CL/sycl.hpp>
8
9
#include < CL/sycl/backend/opencl.hpp>
@@ -150,7 +151,7 @@ void test2() {
150
151
}
151
152
152
153
// A test that does a clEnqueueWait inside the interop scope, for an event
153
- // captured outside the command group. The OpenCl event can be set after the
154
+ // captured outside the command group. The OpenCL event can be set after the
154
155
// command group finishes. Must not deadlock according to implementation and
155
156
// proposal
156
157
void test3 () {
You can’t perform that action at this time.
0 commit comments