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

Supported Architectures? #238

Open
MaxS1996 opened this issue Jul 10, 2020 · 1 comment
Open

Supported Architectures? #238

MaxS1996 opened this issue Jul 10, 2020 · 1 comment

Comments

@MaxS1996
Copy link

I was able to build the runtime on the raspberry Pi 4, but when I try to build the C-backend example, it fails with
-ldnnl cannot be found
Does it mean, that Intel MKL-DNN is required?
Is there a way to build it for ARM32 (raspbian on raspberry pi)?

@a127a127
Copy link
Contributor

a127a127 commented Jul 24, 2020

I think there is no dnnl dependency in this repository.
I assume you are using the https://github.com/ONNC/onnc, right?
In https://github.com/ONNC/onnc/blob/master/lib/Runtime/CMakeLists.txt, there is option called USE_MKLDNN.
You can reconfigure onnc and set USE_MKLDNN to OFF, and it will not use MKL-DNN.

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

2 participants