-
Notifications
You must be signed in to change notification settings - Fork 21
implement dpnp.mean #1632
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.mean #1632
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/pull//index.html |
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.
We need also to secure performance against the previous implementation of dpnp.mean
on PVC and Iris Xe. Could you please check that here is no performance degradation comes with the new implementation?
Performance on PVC (Intel(R) Data Center GPU Max 1550):
|
Performance on Iris Xe (Intel(R) Graphics [0x46a8]):
|
* implement dpnp.mean * address comments ad90f66
In this PR,
dpnp.mean
is implemented using itsdpctl
counterpart.