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

Can it be built on devices not having ARM? #46

Closed
AbyShk95 opened this issue Sep 12, 2018 · 3 comments
Closed

Can it be built on devices not having ARM? #46

AbyShk95 opened this issue Sep 12, 2018 · 3 comments

Comments

@AbyShk95
Copy link

Awesome work:)
Can I build Tengine on a PC with AMD64? Or does it work only on ARM architecture?
Thank you:)

@lyuchuny3
Copy link
Contributor

Yes, you can build Tengine on PC with AMD64 by setting Makefile.config as:

  • close arch64 option: #CONFIG_ARCH_ARM64=y
  • open blas option: CONFIG_ARCH_BLAS=y

Detail installation guild see https://github.com/OAID/Tengine/blob/master/doc/install.md
Thanks

@AbyShk95
Copy link
Author

Thank you so much :)

@nopattern
Copy link

I build the Tengine lib successfully . It failed when running ./build/tests/bin/bench_sqz r1.
The error info is 'Segmentation Fault(core dumped)'

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