Skip to content
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

Mode ordering affects whether or not kernel is generated #55

Open
drhagen opened this issue Feb 13, 2024 · 0 comments
Open

Mode ordering affects whether or not kernel is generated #55

drhagen opened this issue Feb 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@drhagen
Copy link
Owner

drhagen commented Feb 13, 2024

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.

@drhagen drhagen added the bug Something isn't working label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant