-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Tabulation of simple elements fail on an aarch64 machine #852
Comments
Could you run the test suite locally? The reason I ask is that I did some wheel builds on aarch64 recently against OpenBLAS, and all the tests ran green. |
It actually works on my mac, but failed on two different |
At least on my Mac it picks up Apple's native BLAS though. So, I think we can say this is a BLAS issue, either in OpenBLAS itself, or in the way we interface with it. |
I took a quick look at this - |
I'll give it a try. |
Reproducer:
It should be the identity.
Using
[email protected]
:Tested with
[email protected]
,[email protected]
,[email protected]
Since the matrices are so small, 1D elements I wouldn't expect it to use
blas
, but this could be the issue.I haven't investigated it further.
The text was updated successfully, but these errors were encountered: