-
Couldn't load subscription status.
- Fork 23
Implement dpnp.interp()
#2417
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
Implement dpnp.interp()
#2417
Conversation
|
Array API standard conformance tests for dpnp=0.18.0dev2=py312he4f9c94_71 ran successfully. |
|
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
dpnp/backend/extensions/ufunc/elementwise_functions/interpolate.cpp
Outdated
Show resolved
Hide resolved
dpnp/backend/extensions/ufunc/elementwise_functions/interpolate.cpp
Outdated
Show resolved
Hide resolved
dpnp/backend/extensions/ufunc/elementwise_functions/interpolate.cpp
Outdated
Show resolved
Hide resolved
dpnp/backend/extensions/ufunc/elementwise_functions/interpolate.cpp
Outdated
Show resolved
Hide resolved
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.
Thank you @vlad-perevezentsev, LGTM with only a minor comment from me.
This PR suggests adding an implementation of
dpnp.interp()with sycl_kernel including support for all function arguments.