numba_dpex.numba_patches.patch_is_ufunc module

numba_dpex.numba_patches.patch_is_ufunc.patch()

Patches the numba.np.ufunc.array_exprs._is_ufunc function to make it possible to support dpnp universal functions (ufuncs).

The extra condition is the check for the “is_dpnp_ufunc” attribute to identify a non-NumPy ufunc.