shiro
shiro
@zif520 Thanks, I've got CPU working as a OpenCL device. (I used `SetDevice` only before.) But there might have other issues in `tools/caffe` such that it still does not work....
@naibaf7 Oh, I thought `Net` instance is running on the device which is specified in the constructor, so I did in this way: ``` cpp Net caffe_net(FLAGS_model, caffe::TRAIN, Caffe::GetDevice(device_id, true));...
Hi @x0chen, which cmake version did you use?
Hi @x0chen, as there were some issues related to cmake version (e.g., #45), I would recommend you to upgrade your cmake to either 3.3.2 or 3.5.2 (both are fine in...
Hi @x0chen, which blas lib did you use? Eigen or OpenBLAS?
Which component did you do the multi-threading, Java or JNI?
@x0chen Would you like to show the snippet about that? Thanks.
@blueardour Please check the versions of cmake and ndk. Also, `armeabi-v7a with NEON` is actually not supported.
@blueardour Not required to be the same, but I would recommend you to have a try.
@blueardour Tested on ubuntu 14.04 with cmake 3.5.2, android-ndk-r11c via the command below and got no errors. `ANDROID_ABI=arm64-v8a ./scripts/build_gflags.sh`