You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
python -c "import dpbench; dpbench.run_benchmark(\"pca\")
The text was updated successfully, but these errors were encountered: