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.
2 parents 7d491e8 + 084b694 commit f36ab4dCopy full SHA for f36ab4d
dpnp/backend/kernels/dpnp_krnl_common.cpp
@@ -40,7 +40,7 @@
40
* sycl::ext::oneapi::experimental::properties was added.
41
*/
42
#ifndef __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT
43
-#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241129
+#define __SYCL_COMPILER_REDUCTION_PROPERTIES_SUPPORT 20241210L
44
#endif
45
46
namespace mkl_blas = oneapi::mkl::blas;
dpnp/backend/kernels/elementwise_functions/i0.hpp
@@ -32,7 +32,7 @@
32
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
33
34
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35
-#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L
+#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241210L
36
37
38
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT
0 commit comments