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

gpairs benchmark: dpnp on CPU is 2.5 times slower than NumPy #1400

Open
antonwolfy opened this issue May 13, 2023 · 1 comment
Open

gpairs benchmark: dpnp on CPU is 2.5 times slower than NumPy #1400

antonwolfy opened this issue May 13, 2023 · 1 comment
Assignees

Comments

@antonwolfy
Copy link
Contributor

Results from dpbench of gpairs workload (running on a laptop with 11th Gen processor and Iris Xe graphics):

workload numpy dpnp CPU dpnp GPU size
gpairs 6.6 s 15.8 s 8.6 s 8192

demonstrates dpnp execution time on CPU which is 2.5 times greater than one of NumPy.

@antonwolfy
Copy link
Contributor Author

The numbers with dpnp=0.12.0:

workload numpy dpnp CPU dpnp GPU size
gpairs 5.8 s 12.3 s 8.3 s 8192

The result is faster, but still not in the target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants