rajgott
rajgott
Here is my Makefile.config [Makefile.config.txt](https://github.com/naibaf7/caffe/files/354068/Makefile.config.txt) This happens with standard models from bvlc, for example googlenet. INTEL_SPATIAL was enabled, now i enabled LIBDNN also. Even with this the problem remains. Output...
I tried all combinations with LIBDNN and INTEL_SPATIAL, but inference still stalls. ./build/test/test_all.testbin 1. For example BatchNormLayerTest/2: [----------] 3 tests from BatchNormLayerTest/2, where TypeParam = caffe::GPUDevice [ RUN ] BatchNormLayerTest/2.TestForward...
I have INTEL_SPATIAL and LIBDNN commented out as in the default Makefile.config CMakeCache.txt shows this: //No help, variable specified on the command line. USE_INTEL_SPATIAL:UNINITIALIZED=OFF //Build Caffe with OpenCL libdnn USE_LIBDNN:BOOL=OFF...