/src/convolutional_layer.c: In function ‘cudnn_convolutional_setup’: ./src/convolutional_layer.c:189:24: error: ‘CUDNN_CONVOLUTION_FWD_PREFER_FASTEST’ undeclared (first use in this function); did you mean ‘CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3’? int forward_algo = CUDNN_CONVOLUTION_FWD_PREFER_FASTEST; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3 compilation terminated due to -Wfatal-errors. #7742
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, there is a problem with darknet copying. An error of this nature takes off
Nvidia gtx 1060 6 gb, CUDA 10.2 and cuDNN 8.0.2
Opencv 3.4.0
Can you please tell me which package needs to be reinstalled.
./src/convolutional_layer.c: In function ‘cudnn_convolutional_setup’:
./src/convolutional_layer.c:189:24: error: ‘CUDNN_CONVOLUTION_FWD_PREFER_FASTEST’ undeclared (first use in this function); did you mean ‘CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3’?
int forward_algo = CUDNN_CONVOLUTION_FWD_PREFER_FASTEST;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CUDNN_CONVOLUTION_BWD_FILTER_ALGO_3
compilation terminated due to -Wfatal-errors.
Makefile: 138: recipe for target 'obj / convolutional_layer.o' failed
make: *** [obj / convolutional_layer.o] Error 1
make: *** Waiting for jobs to complete ...
./src/cuda.c: In function ‘get_cuda_stream’:
./src/cuda.c:75:18: warning: unused variable ‘buffer’ [-Wunused-variable]
char buffer [256];
Beta Was this translation helpful? Give feedback.
All reactions