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
Numba has a decorator vectorize that allows creation of a NumPy ufunc. The feature was previously partially supported in numba-dpex, but broke around the 0.20 release (refer: #807). The existing code was removed completely from the numba-dpex repo in #1298.
The enhancement request is to evaluate a design for the vectorize decorator in numba-dpex and propose an implementation based on numba-dpex 0.22 APIs.
The text was updated successfully, but these errors were encountered:
Numba has a decorator vectorize that allows creation of a NumPy
ufunc
. The feature was previously partially supported in numba-dpex, but broke around the 0.20 release (refer: #807). The existing code was removed completely from the numba-dpex repo in #1298.The enhancement request is to evaluate a design for the
vectorize
decorator in numba-dpex and propose an implementation based on numba-dpex 0.22 APIs.The text was updated successfully, but these errors were encountered: