cbrt ufuncs does not work for dpnp #1295
Labels
bug
Something isn't working
enhancement
New feature or request
kernel API
About @numba_dpex.kernel decorator
Reproduction
numba_dpex/tests/dpjit_tests/parfors/test_dpnp_ufuncs.py
:cbrt
from_unsupported
atnumba_dpex/core/typing/dpnpdecl.py
Possible cause of issue
cbrt
is defined with@register_jitable(fastmath=True)
which may be not registered at kernel target.Numba version
Equivalent code for numba+numpy works okay:
Found in #1283
The text was updated successfully, but these errors were encountered: