Git Product home page Git Product logo

Comments (2)

giaf avatar giaf commented on June 11, 2024 1

Mac devices with M1 and M2 processors (ARMv8A architecture) can also run x86_64 executables, that are instantly translated to the ARMv8A instruction set used by the processor by the Rosetta software.

In your case, you can see that the target of your compiler is x86_64, so it is not producing native ARMv8A code but x86_64 code.
If you want to use that compiler, you should choose a x86_64 target in BLASFEO (e.g. Haswell).

However, for best performance, if possible you should switch to a compiler targeting the ARMv8A architecture (and use it to compile your entire application, not only BLASFEO), such that native ARMv8A code can be executed directly by the processor, instead of having x86_64 code being translated first.

from blasfeo.

shbang91 avatar shbang91 commented on June 11, 2024

I appreciate your help!
I successfully changed the compiler to the ARM architecture and built the blasfeo and hpipm.

from blasfeo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.