Skip to content

Commit 488bdb5

Browse files
authored
Bump SYCL compiler version required for cyl_bessel_i0() (#2186)
1 parent 1c1aa3e commit 488bdb5

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 20241111L
35+
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L
3636
#endif
3737

3838
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT

0 commit comments

Comments
 (0)