-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Prod #532
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
Prod #532
Conversation
|
Have made a comment on an associated issue in the Array API test suite. Might be a small bug on their side. |
|
Thank you, Dan. I hope they fix it soon. |
|
@djl11 Sorry Dan, The error you mentioned there can be fixed from our side by if statement. I already made if statement here. |
|
I have suppressed the unit test for now, and added a comment that this test is failing due to a bug with the Array API test suite. Thanks for the contribution! |
|
Thank you Dan! |
Added prod function
Have 3 errors in PyTorch
2 because of dtype PyTorch does not support uint16 , uint32 and uint64
1 error because of not applicable test case
this error is right because of the tesor is 1 dim (0) there is no axis 1
Should I handle these errors or the problem in test cases?