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

Request to add py_unary_ufunc and py_binary_ufunc functions to dpctl tensor headers #1710

Open
antonwolfy opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@antonwolfy
Copy link
Collaborator

The core part of functionality to add any elementwise function is quite similar between dpnp and dpctl.
In scope of gh-1868 I proposed changes to dpnp code to add the same implementation per py_unary_ufunc and py_binary_ufunc functions from dpctl headers. And also updated exiting ufuncs from vm pybind11 extension to migrate and ti reuse these functions.

The issue is a request to expose py_unary_ufunc and py_binary_ufunc functions as part of dpctl tensor header if it's possible.

@antonwolfy antonwolfy added the enhancement New feature or request label Jun 11, 2024
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

2 participants