Skip to content

Incremented 2023-SWITCHOVER timestamp #987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions libsyclinterface/include/Config/dpctl_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
@DPCTL_ENABLE_L0_PROGRAM_CREATION@

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

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