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
I will say this error makes it a little harder to verify the other sum() behavior (a general problem with the design of the test suite), although I suppose I can just comment out this line.
The text was updated successfully, but these errors were encountered:
I will say this error makes it a little harder to verify the other sum() behavior (a general problem with the design of the test suite), although I suppose I can just comment out this line.
Yeah, I suppose the current test behaviour is correct, but I'm happy to skip asserting the output dtype for test_sum and test_prod, if we find the same-kind 32/64 bit dtypes don't exist.
Using the compat library PR at data-apis/array-api-compat#14 (to work around #159):
Not sure if this is something we should work around or not. Given that pytorch doesn't have uint64, it cannot return that. However, the spec does say that the return type should be uint64 https://data-apis.org/array-api/latest/API_specification/generated/array_api.sum.html#array_api.sum. It's possible also the spec should be updated here.
I will say this error makes it a little harder to verify the other
sum()
behavior (a general problem with the design of the test suite), although I suppose I can just comment out this line.The text was updated successfully, but these errors were encountered: