Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the vectorize decorator in numba-dpex #1299

Open
diptorupd opened this issue Jan 29, 2024 · 0 comments
Open

Add support for the vectorize decorator in numba-dpex #1299

diptorupd opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@diptorupd
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant