From bc35649e126d0c202884aaa0d50ea7859e55faef Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 19 Nov 2024 18:40:26 +0100 Subject: [PATCH] Bump SYCL compiler version required for 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 c00629c9df62..ddb81d88cbc9 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 20241111L +#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L #endif #if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT