You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there isn't any values testing in test_vecdot at all for floating-point arguments. We should add something so that the conjugation can be tested, since this is something many implementations miss (e.g., data-apis/array-api-compat#200, data-apis/array-api-strict#97).
The text was updated successfully, but these errors were encountered:
asmeurer
added a commit
to asmeurer/array-api-compat
that referenced
this issue
Nov 19, 2024
Note that PyTorch uses its own vecdot directly for complex inputs,, which
already does conjugation.
This is currently untested by the test suite (data-apis/array-api-tests#312)
Fixesdata-apis#200.
It looks like there isn't any values testing in test_vecdot at all for floating-point arguments. We should add something so that the conjugation can be tested, since this is something many implementations miss (e.g., data-apis/array-api-compat#200, data-apis/array-api-strict#97).
The text was updated successfully, but these errors were encountered: