We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8eb17 commit a4720e2Copy full SHA for a4720e2
libsyclinterface/include/Config/dpctl_config.h.in
@@ -30,8 +30,9 @@
30
@DPCTL_ENABLE_L0_PROGRAM_CREATION@
31
32
/* 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
+/* Intel(R) oneAPI DPC++ 2022.2.1 compiler has version 20221020L on Linux and
+ 20221101L on Windows */
35
+#define __SYCL_COMPILER_2023_SWITCHOVER 20221102L
36
37
/* Version of SYCL DPC++ compiler at which info::max_work_item_size was
38
made templated */
0 commit comments