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

ARM build for HoloLens 2 #8

Open
PJBowron opened this issue Feb 18, 2020 · 1 comment
Open

ARM build for HoloLens 2 #8

PJBowron opened this issue Feb 18, 2020 · 1 comment

Comments

@PJBowron
Copy link

Hi, I'm looking into updating the projects to the latest SDK and platform toolsets in order to produce an ARM build to run on HoloLens 2. Unfortunately the repo ships with pre-built x86 LAPACK libraries so I'm wondering if you can point me as specifically as possible to the source of the current libraries so I can look into making equivalent ARM builds!

Many thanks for sharing this great project!

@MarekKowalski
Copy link
Owner

Hi, thanks for trying to get it to work on HL2!
I believe we used blas's and lapack's reference implementations from here: http://www.netlib.org/lapack/#_lapack_version_3_9_0_2
http://www.netlib.org/blas/
As you probably know, these are not the optimized implementations.
Given that this code was written mostly around 2015-2016, we probably used the library version from that time. Unfortunately, there is no way for me to check exactly what version it was.

Having said that, any lapack implementation should work, since I believe they share the same interface. Also, I do not think we actually use any very complex operations from lapack.

Let me know if I can help further.

Marek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants