File tree Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include(AddSYCLExecutable)
14
14
set (SYCL_MAJOR_VERSION 2 )
15
15
set (SYCL_MINOR_VERSION 1 )
16
16
set (SYCL_PATCH_VERSION 0 )
17
- set (SYCL_DEV_ABI_VERSION 3 )
17
+ set (SYCL_DEV_ABI_VERSION 4 )
18
18
if (SYCL_ADD_DEV_VERSION_POSTFIX )
19
19
set (SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION} " )
20
20
endif ()
Original file line number Diff line number Diff line change 15
15
#include < algorithm>
16
16
#include < array>
17
17
#include < cstdlib>
18
- #include < cstring >
18
+ #include < string >
19
19
#include < utility>
20
20
21
21
__SYCL_INLINE_NAMESPACE (cl) {
Original file line number Diff line number Diff line change 6
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
7
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out
8
8
//
9
-
10
9
// ==------------------- image_accessor_readsampler.cpp ---------------------==//
11
10
// ==-----------------image_accessor read API test with sampler--------------==//
12
11
//
Original file line number Diff line number Diff line change 4
4
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
5
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6
6
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7
-
8
7
//
9
8
// ==----------- spec_const_hw.cpp ------------------------------------------==//
10
9
//
Original file line number Diff line number Diff line change 4
4
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
5
5
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
6
6
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
7
-
8
7
//
9
8
// ==----------- spec_const_redefine.cpp ------------------------------------==//
10
9
//
You can’t perform that action at this time.
0 commit comments