From 3fb2d6411e4dce11149fde865218f997b326629d Mon Sep 17 00:00:00 2001 From: Fabian Knorr Date: Thu, 23 Jan 2025 18:38:39 +0100 Subject: [PATCH] Update SYCL_LANGUAGE_VERSION to new definition --- include/simsycl/macros.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simsycl/macros.hh b/include/simsycl/macros.hh index 0e0696d..e8d78e9 100644 --- a/include/simsycl/macros.hh +++ b/include/simsycl/macros.hh @@ -1,6 +1,6 @@ #pragma once -#define SYCL_LANGUAGE_VERSION 202008 +#define SYCL_LANGUAGE_VERSION 202012L #define SYCL_DEVICE_COPYABLE 1 #define __SYCL_SINGLE_SOURCE__ 1 #define SYCL_FEATURE_SET_FULL 1