Skip to content

Commit 6112004

Browse files
committed
Define proper DPC++ version where sycl::ext::intel::math::cyl_bessel_i0(x) works
1 parent e54e7ef commit 6112004

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

dpnp/backend/kernels/elementwise_functions/i0.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
3333
*/
3434
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35-
// TODO: update with proper version
36-
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241030L
35+
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241111L
3736
#endif
3837

3938
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT

0 commit comments

Comments
 (0)