You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move all logic with cyl_bessel_i0 support in i0.hpp (#2440)
This PR proposes to make `cyl_bessel_i0` function fully exposed by
`dpnp/backend/kernels/elementwise_functions/i0.hpp` header to hide all
logic validating if `sycl::ext::intel::math::cyl_bessel_i0` function
from `sycl/ext/intel/math.hpp` header can be used or native
implementation is required.
0 commit comments