OAID / Caffe-HRT

Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original Caffe architecture which users deploy their applications seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question:关于ComputeLibrary编译命令

wangshankun opened this issue · comments

commented

既然ComputeLibrary是在rt3399上直接编译的,为什么编译命令不加上build=native

Yes, you are right.

From ARM compute library guide https://arm-software.github.io/ComputeLibrary/v17.10/index.xhtml#S3_2_linux

You can also compile the library natively on an ARM device by using build=native:
scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=arm64-v8a build=native
scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv7a build=native