Skip to content

Commit 084b694

Browse files
committed
Bump DPC++ compiler min version required for proper work of sycl::cyl_bessel_i0()
1 parent 3507b39 commit 084b694

File tree

1 file changed

+1
-1
lines changed
  • dpnp/backend/kernels/elementwise_functions

1 file changed

+1
-1
lines changed

dpnp/backend/kernels/elementwise_functions/i0.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
3333
*/
3434
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35-
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L
35+
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241210L
3636
#endif
3737

3838
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT

0 commit comments

Comments
 (0)