We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54e7ef commit 6112004Copy full SHA for 6112004
dpnp/backend/kernels/elementwise_functions/i0.hpp
@@ -32,8 +32,7 @@
32
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
33
*/
34
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35
-// TODO: update with proper version
36
-#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241030L
+#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241111L
37
#endif
38
39
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT
0 commit comments