-
Notifications
You must be signed in to change notification settings - Fork 23
Add new header file dpnp4pybind11.hpp
#2734
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
Conversation
|
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
|
Array API standard conformance tests for dpnp=0.20.0dev2=py313h509198e_25 ran successfully. |
…vector to python list
84bbc80 to
2884939
Compare
ddc918d to
e2eb3cc
Compare
vlad-perevezentsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you @antonwolfy for implementing the first step in transferring dpctl.tensor to dpnp
The PR adds a header file
dpnp4pybind11.hppwhich contains minimum necessary content to write pybind11 extensions and includes a caster forusm_ndarrayand type enumerators.This PR also includes movement for a part of dpctl.tensor header which previously used in dpnp code. It is needed to get rid of include conflicts, since now repiques including new
dpnp4pybind11.hppheader everywhere.