You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build to run the test code, I am getting the following build error.
tools/test_bn.cpp: In function ‘int main(int, char**)’:
tools/test_bn.cpp:339:7: error: ‘caffe_gpu_powx’ is not a member of ‘caffe’
caffe::caffe_gpu_powx(bottom[0]->count(), const_bottom_data, float(2),
^
tools/test_bn.cpp:344:7: error: ‘caffe_gpu_gemv’ is not a member of ‘caffe’
caffe::caffe_gpu_gemv(CblasNoTrans, N * C, H * W, float(1. / (H * W)), const_bottom_data,
^
Hi,
When I try to build to run the test code, I am getting the following build error.
tools/test_bn.cpp: In function ‘int main(int, char**)’:
tools/test_bn.cpp:339:7: error: ‘caffe_gpu_powx’ is not a member of ‘caffe’
caffe::caffe_gpu_powx(bottom[0]->count(), const_bottom_data, float(2),
^
tools/test_bn.cpp:344:7: error: ‘caffe_gpu_gemv’ is not a member of ‘caffe’
caffe::caffe_gpu_gemv(CblasNoTrans, N * C, H * W, float(1. / (H * W)), const_bottom_data,
^
make: *** [.build_release/tools/test_bn.o] Error 1
Can someone please help?
The text was updated successfully, but these errors were encountered: