Closed
Description
The pairwise distance dpnp implementation calls dpnp.dot to perform matrix multiplication and passes the output matrix in the out
parameter to update the output in-place. See below code snippet.
import dpnp as np; np.dot(X1, X2.T, D)
How to reproduce:
- Follow instructions to setup dpbench
- Run pairwise distance - python -c "import dpbench; dpbench.run_benchmark("pairwise_distance")
Metadata
Metadata
Assignees
Labels
No labels