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

PCA benchmark: dpnp on CPU is 3 times slower than NumPy #1398

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

PCA benchmark: dpnp on CPU is 3 times slower than NumPy #1398

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

Comments

@antonwolfy
Copy link
Contributor

antonwolfy commented May 13, 2023

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

workload numpy dpnp CPU dpnp GPU size
pca 1.2 s 3.6 s 1.2 s 1048576

demonstrates dpnp execution time on CPU which is 3 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
pca 0.53 s 2.01 s 0.93 s 1048576

The result is faster, but still not in 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

1 participant