Skip to content

Commit 81df3bb

Browse files
author
Sergey Kanaev
committed
[SYCL][NFC] Apply comments.
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent aee07ca commit 81df3bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
1111
set(SYCL_MAJOR_VERSION 2)
1212
set(SYCL_MINOR_VERSION 0)
1313
set(SYCL_PATCH_VERSION 0)
14-
set(SYCL_DEV_ABI_VERSION 1)
14+
set(SYCL_DEV_ABI_VERSION 0)
1515
if (SYCL_ADD_DEV_VERSION_POSTFIX)
1616
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
1717
endif()

sycl/test/host-interop-task/interop-task.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5-
// XFAIL: level0, cuda
5+
// USUPPORTED: level0, cuda
6+
// REQUIRES: opencl
67

78
#include <CL/sycl.hpp>
89
#include <CL/sycl/backend/opencl.hpp>
@@ -150,7 +151,7 @@ void test2() {
150151
}
151152

152153
// 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
154155
// command group finishes. Must not deadlock according to implementation and
155156
// proposal
156157
void test3() {

0 commit comments

Comments
 (0)