-
Notifications
You must be signed in to change notification settings - Fork 444
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
WindowsArm64 coverage #1097
Comments
The current LAPACK builds fine with the WoA version of LLVM19, I just checked this a few hours ago. OpenBLAS does contain a copy of the Reference LAPACK as well (with only a few functions overridden by reimplementations), but its latest release does not yet have all updates from 3.12.1 (notably the build system changes to enable both the normal and "INTERFACE64" long-integer array index versions of functions in the same build of the library are missing). Which version of CMake, and how are you making it look for LAPACK, find_package(LAPACK) or something else ? |
Thanks for the immediate response. FYI specifically I get:
|
If this is with OpenBLAS only, you might be running into https://gitlab.kitware.com/cmake/cmake/-/issues/24874 |
I tried with both on/off and both have the same result. Anyway I can verify my openblas is actually with LAPACK support? I did compiled it with the correct flag, but doesnt hurt eliminating things. Any other suggestions I can try to debug further? If lapack is with openblas, is it in a different library or directory? not sure how exactly they are packaged together or what |
same library; use dumpbin or similar to check if LAPACK symbol names are present in the library, also see if cmake created any error/log files that might have details on where it was searching. but this is going off-topic here... |
Hello, didn't manage to find anything so asking here.
Does lapack support windows arm64?
I have seen and successfully build openBLAS but can't see anything for LAPACK.
Also I read that openBLAS should include LAPACK on its own, so I am kinda confused if it actually does or not.
The next step on my development which is currently failing and hence I am here is that my cmake can't seem to find LAPACK, although finds openBLAS (compiling kaldi on win ARM64)
The text was updated successfully, but these errors were encountered: