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

BUG: Fix the implementation of numpy.array_api.vecdot #22224

Merged
merged 1 commit into from Sep 7, 2022

Conversation

charris
Copy link
Member

@charris charris commented Sep 7, 2022

Backport of #21928.

  • Fix the implementation of numpy.array_api.vecdot

See https://data-apis.org/array-api/latest/API_specification/generated/signatures.linear_algebra_functions.vecdot.html

  • Use moveaxis + matmul instead of einsum in vecdot

@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Sep 7, 2022
@charris charris added this to the 1.23.3 release milestone Sep 7, 2022
@charris charris changed the title BUG: Fix the implementation of numpy.array_api.vecdot (#21928) BUG: Fix the implementation of numpy.array_api.vecdot Sep 7, 2022
@charris charris merged commit 0f0d355 into numpy:maintenance/1.23.x Sep 7, 2022
@charris charris deleted the backport-21928 branch September 7, 2022 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants