-
Notifications
You must be signed in to change notification settings - Fork 9
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
LoopVectorization fails on some operations? #121
Comments
Sorry, probably my fault. At least the answer seems correct. For matrix |
I don't think it's anybody's fault, Ben. It's just that we have not designed a kernel for this specific operation. |
Thank you both for the quick reply. I only used In the short-term, I think it would be reasonable to restrict this and this to In the long-term it would be nice to round out support for matrix-matrix multiplication. I can probably implement something for |
Reproducing the issue:
This results in the following message:
This happens when I start Julia with 10 threads on a 10 core machine. Here's some additional information:
Note: The issue came up trying to compute
A*B
whereA
isSnpLinAlg
andB
isSparseMatrixCSC
. So other operations seem to run into the issue.The text was updated successfully, but these errors were encountered: