Skip to content

Commit c8479d3

Browse files
committed
Updated SYCL ABI version number. Addressed other code review comments.
Signed-off-by: Gail Lyons <[email protected]>
1 parent bceaeaf commit c8479d3

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(AddSYCLExecutable)
1414
set(SYCL_MAJOR_VERSION 2)
1515
set(SYCL_MINOR_VERSION 1)
1616
set(SYCL_PATCH_VERSION 0)
17-
set(SYCL_DEV_ABI_VERSION 3)
17+
set(SYCL_DEV_ABI_VERSION 4)
1818
if (SYCL_ADD_DEV_VERSION_POSTFIX)
1919
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
2020
endif()

sycl/source/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <algorithm>
1616
#include <array>
1717
#include <cstdlib>
18-
#include <cstring>
18+
#include <string>
1919
#include <utility>
2020

2121
__SYCL_INLINE_NAMESPACE(cl) {

sycl/test/basic_tests/image_accessor_readsampler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// RUN: %CPU_RUN_PLACEHOLDER %t.out
77
// RUN: %GPU_RUN_PLACEHOLDER %t.out
88
//
9-
109
//==------------------- image_accessor_readsampler.cpp ---------------------==//
1110
//==-----------------image_accessor read API test with sampler--------------==//
1211
//

sycl/test/spec_const/spec_const_hw.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7-
87
//
98
//==----------- spec_const_hw.cpp ------------------------------------------==//
109
//

sycl/test/spec_const/spec_const_redefine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
55
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
66
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
7-
87
//
98
//==----------- spec_const_redefine.cpp ------------------------------------==//
109
//

0 commit comments

Comments
 (0)