Skip to content

Commit a4720e2

Browse files
Incremented 2023-SWITCHOVER timestamp
1 parent fa8eb17 commit a4720e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libsyclinterface/include/Config/dpctl_config.h.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
@DPCTL_ENABLE_L0_PROGRAM_CREATION@
3131

3232
/* Version of SYCL DPC++ 2023 compiler at which transition to SYCL 2020 occurs */
33-
/* Intel(R) oneAPI DPC++ 2022.2.1 compiler has version 20221020L */
34-
#define __SYCL_COMPILER_2023_SWITCHOVER 20221021L
33+
/* Intel(R) oneAPI DPC++ 2022.2.1 compiler has version 20221020L on Linux and
34+
20221101L on Windows */
35+
#define __SYCL_COMPILER_2023_SWITCHOVER 20221102L
3536

3637
/* Version of SYCL DPC++ compiler at which info::max_work_item_size was
3738
made templated */

0 commit comments

Comments
 (0)