Skip to content

Commit

Permalink
Bump SYCL compiler version required for cyl_bessel_i0() (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy authored Nov 19, 2024
1 parent 1c1aa3e commit 488bdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpnp/backend/kernels/elementwise_functions/i0.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
*/
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241111L
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L
#endif

#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT
Expand Down

0 comments on commit 488bdb5

Please sign in to comment.