cubed icon indicating copy to clipboard operation
cubed copied to clipboard

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

Open tomwhite opened this issue 1 year ago • 2 comments

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

tomwhite avatar Feb 29 '24 09:02 tomwhite

This is failing with a different error in the tensordot test

tomwhite avatar Feb 29 '24 12:02 tomwhite

This should be re-worked after #481 is in

tomwhite avatar Jun 18 '24 17:06 tomwhite

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 avatar Sep 26 '24 10:09 tomwhite