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

Bring vecdot implementation in line with the one in array-api-compat #402

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

tomwhite
Copy link
Member

This fixes array_api_tests/test_linalg.py::test_vecdot that was failing.

@tomwhite
Copy link
Member Author

This is failing with a different error in the tensordot test

@tomwhite
Copy link
Member Author

This should be re-worked after #481 is in

@tomwhite tomwhite marked this pull request as draft June 18, 2024 17:00
@tomwhite tomwhite marked this pull request as ready for review September 26, 2024 10:12
@tomwhite
Copy link
Member Author

This is failing for some edge cases for arrays of size 0 (tracked in #420), so I haven't re-enabled array API tests for this.

@tomwhite tomwhite merged commit d386917 into main Sep 27, 2024
11 checks passed
@tomwhite tomwhite deleted the new-vecdot-impl branch September 27, 2024 07: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.

1 participant