Closed kindloaf closed 7 years ago
Does it work if you try to compile and run caffe time via CK?
I.e. $ ck compile program:caffe-time --target_os=android21-arm64 $ ck run program:caffe-time --target_os=android21-arm64
It worked! Thanks a lot.
By the way, the command I used was against "program:caffe-time-opencl".
Sure, we had to separate CPU/OpenCL/CUDA versions due to linking of different libraries (it was just simpler at this stage since Caffe has different branches for OpenCL and non-OpenCL versions) ...
Hi, I'm trying to run
caffe time
on an android device. I used the following command:Here is the call stack, although the real error could have happened in a different place:
Any advice?