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

Add support for "out" parameter in dot function #1346

Closed
adarshyoga opened this issue Mar 20, 2023 · 1 comment
Closed

Add support for "out" parameter in dot function #1346

adarshyoga opened this issue Mar 20, 2023 · 1 comment

Comments

@adarshyoga
Copy link

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:

  1. Follow instructions to setup dpbench
  2. Run pairwise distance - python -c "import dpbench; dpbench.run_benchmark("pairwise_distance")
@antonwolfy
Copy link
Contributor

Missing support of out parameter in all affected dpnp functions has been implemented in #1365, #1341, #1332, #1329, #1327.

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

No branches or pull requests

2 participants