Coder Social home page Coder Social logo

Build issue on Mac OSX about hpipm HOT 2 CLOSED

giaf avatar giaf commented on September 28, 2024
Build issue on Mac OSX

from hpipm.

Comments (2)

giaf avatar giaf commented on September 28, 2024

Hi there,

the issue seems to be related to the compilation of BLASFEO assembly kernels on your system/toolchain, rather than anything in HPIPM, so I would suggest to reopen the issue on the BLASFEO github, also for future reference.

Anyway, for now, something that surely works is to use the GENERIC target in BLASFEO as there are no assembly kernels in there.

The specific issue seems related to the use of hexadecimal constants in the source code (which uses AT&T assembly dialect, and not Intel assembly dialect).
More specifically, the first line with an error actually looks like
vperm2f128 $0x20, %ymm14, %ymm12, %ymm0
where somehow the $0 has been removed by your compiler.
You could try a bit to see if other formatting works, e.g. some that you can find in here https://stackoverflow.com/questions/11733731/how-to-represent-hex-value-such-as-ffffffbb-in-x86-assembly-programming
If some other formatting works for both you and other systems such as linux/gcc then that would be preferably.

from hpipm.

giaf avatar giaf commented on September 28, 2024

This commit in BLASFEO should fix the issue giaf/blasfeo@e6356a7

from hpipm.

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.