From 3507b397027447e244da4e294382028a4bda7e7d Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 13 Dec 2024 12:30:41 +0100 Subject: [PATCH 1/2] Bump SYCL compiler version --- dpnp/backend/kernels/dpnp_krnl_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpnp/backend/kernels/dpnp_krnl_common.cpp b/dpnp/backend/kernels/dpnp_krnl_common.cpp index 0c25716a236f..051189578cf0 100644 --- a/dpnp/backend/kernels/dpnp_krnl_common.cpp +++ b/dpnp/backend/kernels/dpnp_krnl_common.cpp @@ -40,7 +40,7 @@ * sycl::ext::oneapi::experimental::properties was added. */ #ifndef __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT -#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241129 +#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241210L #endif namespace mkl_blas = oneapi::mkl::blas; From 084b6942301d42df789b80659974c5532fda501e Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 13 Dec 2024 12:55:53 +0100 Subject: [PATCH 2/2] Bump DPC++ compiler min version required for proper work of sycl::cyl_bessel_i0() --- dpnp/backend/kernels/elementwise_functions/i0.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpnp/backend/kernels/elementwise_functions/i0.hpp b/dpnp/backend/kernels/elementwise_functions/i0.hpp index ddb81d88cbc9..51f6a6df591c 100644 --- a/dpnp/backend/kernels/elementwise_functions/i0.hpp +++ b/dpnp/backend/kernels/elementwise_functions/i0.hpp @@ -32,7 +32,7 @@ * sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved. */ #ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT -#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L +#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241210L #endif #if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT