-
Notifications
You must be signed in to change notification settings - Fork 22
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
incorrect result from dpnp.matmul
when out
keyword is f_contiguous
#1871
Labels
bug
Something isn't working
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dpnp.matmul
returns the data in the result array in an incorrect order whenout
keyword is given and it is f_contiguous.For instance,
Or for higher dimensions:
The text was updated successfully, but these errors were encountered: