caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Does the branch support the android OS?

Open jht19880529 opened this issue 8 years ago • 4 comments

Hi @naibaf7 Can the branch be built by ndk toolchain and run on android device? What I want is to run caffe on the S7 edge cellphone with OpenCL enable.

I noticed that another project https://github.com/sh1r0/caffe-android-lib was for the android devices. However, this repository seems more promising as it is the official OpenCL branch of the caffe.

jht19880529 avatar Sep 13 '16 12:09 jht19880529

Yes, it supports Android devices. But you still need the project mentioned above, the compile scripts for android are not included in the base repository. Try with this branch: https://github.com/sh1r0/caffe-android-lib/tree/opencl_dev

naibaf7 avatar Sep 13 '16 12:09 naibaf7

I'll prepare PR soon with android support for opencl version from my fork. Yes special thanks to https://github.com/sh1r0

It contains several commits from https://github.com/sh1r0/caffe-android-lib

but with my minor fixes and tested for Mali GPUs

DVEfremov avatar Feb 01 '17 12:02 DVEfremov

PR: https://github.com/naibaf7/caffe/pull/50

DVEfremov avatar Feb 01 '17 12:02 DVEfremov

@DVEfremov How to build this branch for android? Does it need to follow https://github.com/sh1r0/caffe-android-lib? or just like caffe in this repo.

haibara-ai avatar Mar 01 '17 07:03 haibara-ai