-
Notifications
You must be signed in to change notification settings - Fork 129
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
Compiling hpipm on Arm #152
Comments
Hi, your issue is a bit strange. Can you double check that the issue is not due to some local change on your side? |
I have the same issue here, even set the target into GENERIC, it gose into |
Hi, again this is a strange error, when TARGET is set to GENERIC the _avx files are not supposed to be compiled https://github.com/giaf/hpipm/blob/master/CMakeLists.txt#L252 |
Hi,
I am trying to compile hpipm on Arm (specifically the 8-core Arm® Cortex®-A78AE v8.2 64-bit CPU ).
When Switching to the generic non AVX target in the CmakeLists.txt using
set(TARGET GENERIC CACHE STRING "Set CPU architecture target")
the solver fails insided_core_qp_ipm_aux_avx.c
due to the following imports:I was wondering why in the generic non AVX build an AXV specific file with AVX specific imports ( If I am not mistaken) is included?
Furthermore i would be interested to know if builds on arm are supported? Am i maybe missing something?
Any help is appreciated.
The text was updated successfully, but these errors were encountered: