We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This generates a valid kernel:
tensora 'A(i,m,j) = B(i,k)*C(m,j,k)' -f A1:dss -f S1:ds -f D1:sss
While this changing of the mode ordering does not:
tensora 'A(i,m,j) = B(i,k)*C(k,m,j)' -f A1:dss -f S1:ds -f D1:s2s0s1
These kernels should be identical, so the handling of mode ordering is wrong somewhere.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This generates a valid kernel:
While this changing of the mode ordering does not:
These kernels should be identical, so the handling of mode ordering is wrong somewhere.
The text was updated successfully, but these errors were encountered: