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

How to compiler on Android? #94

Open
lixiaohang opened this issue Apr 17, 2019 · 2 comments
Open

How to compiler on Android? #94

lixiaohang opened this issue Apr 17, 2019 · 2 comments

Comments

@lixiaohang
Copy link

I want to use it in Android ,How should I compile it ?

@tmmsartor
Copy link
Contributor

I don't know how easy is to compile C in Android.
It is maybe easier to cross compile for the right architecture from your developing machine,
i.e. cross compile for ARM, assuming you are targeting devices which run on ARM.
The proper target depend on the model of CPU the device you want to run on, i.e. A53 (armv7A) or A15 (armv7A).
Selecting the best target can bring substantial performances increases depending on your application.
Which is your application, which routines you will use the most?

@giaf
Copy link
Owner

giaf commented Nov 28, 2020

Now there are some tips on how to use BLASFEO on Android https://github.com/giaf/blasfeo/blob/master/guidelines.md

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

3 participants