Skip to content

Support PCA dpnp implementation on dpbench #1344

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

Closed
adarshyoga opened this issue Mar 20, 2023 · 0 comments · Fixed by #1383
Closed

Support PCA dpnp implementation on dpbench #1344

adarshyoga opened this issue Mar 20, 2023 · 0 comments · Fixed by #1383

Comments

@adarshyoga
Copy link

The dpnp implementation of the PCA algorithm has several calls that are currently not supported in dpnp - dpnp.mean(axis=0), dpnp.linalg.eigh, etc. These functions need to supported in dpnp to run PCA workload in dpbench.

How to reproduce:

  1. Follow instructions to setup dpbench
  2. Run PCA - python -c "import dpbench; dpbench.run_benchmark(\"pca\")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant