-
Notifications
You must be signed in to change notification settings - Fork 92
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
[BUG] Simple einsum program failed to compile #597
Comments
It seems that the code for einsum cache has not been updated according to |
Thanks! Reproduced when compiling with MATX_EN_CUTENSOR=ON. Secondary bug: compilation succeeds when using MATX_EN_CUTENSOR=OFF, but we should probably throw runtime error if MATX_EN_CUTENSOR=OFF and einsum capability not present. |
Note: Example reproducer "ik,kl->il" is a matrix multiply, should have been caught by TYPED_TEST(EinsumTestsFloatNonComplexNonHalfTypes, GEMM). |
Fixed by 2c34e34 |
The following code could not compile
The error message was:
The text was updated successfully, but these errors were encountered: