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
~/code/SKNet/caffe$ make all
NVCC src/caffe/layers/cudnn_batch_norm_layer.cu
src/caffe/layers/cudnn_batch_norm_layer.cu(29): error: class "caffe::Caffe" has no member "cudnn_handle"
src/caffe/layers/cudnn_batch_norm_layer.cu(46): error: class "caffe::Caffe" has no member "cudnn_handle"
src/caffe/layers/cudnn_batch_norm_layer.cu(106): error: class "caffe::Caffe" has no member "cudnn_handle"
3 errors detected in the compilation of "/tmp/tmpxft_00001f9f_00000000-11_cudnn_batch_norm_layer.compute_61.cpp1.ii".
make: *** [.build_release/cuda/src/caffe/layers/cudnn_batch_norm_layer.o] Error 1
The text was updated successfully, but these errors were encountered:
~/code/SKNet/caffe$ make all
NVCC src/caffe/layers/cudnn_batch_norm_layer.cu
src/caffe/layers/cudnn_batch_norm_layer.cu(29): error: class "caffe::Caffe" has no member "cudnn_handle"
src/caffe/layers/cudnn_batch_norm_layer.cu(46): error: class "caffe::Caffe" has no member "cudnn_handle"
src/caffe/layers/cudnn_batch_norm_layer.cu(106): error: class "caffe::Caffe" has no member "cudnn_handle"
3 errors detected in the compilation of "/tmp/tmpxft_00001f9f_00000000-11_cudnn_batch_norm_layer.compute_61.cpp1.ii".
make: *** [.build_release/cuda/src/caffe/layers/cudnn_batch_norm_layer.o] Error 1
The text was updated successfully, but these errors were encountered: