cubed
cubed copied to clipboard
Bring vecdot implementation in line with the one in array-api-compat
This fixes array_api_tests/test_linalg.py::test_vecdot that was failing.
This is failing with a different error in the tensordot test
This should be re-worked after #481 is in
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.