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
To support dpnp.ndarray as input args to numba-dpex's version of njit decorator, numba-dpex should be able to convert a dpnp.ndarray PyObject to a native Numba representation and vice-versa at function boundaries.