numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Add support for the vectorize decorator in numba-dpex

Open diptorupd opened this issue 1 year ago • 0 comments

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.

diptorupd avatar Jan 29 '24 20:01 diptorupd