-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Open
Labels
category: dnncategory: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribOpenCV 4.0+: moved to opencv_contribfeature
Description
New CuDNN release introduced new libraries and headers layout and excluded some functions. See initial discussion and found issues in #17238. The PR is closed a s abandoned.
Found changes:
- introduced
cudnn_version.hheader with version information - libcudnn is split on several libraries
cudnnGetConvolutionForwardAlgorithmfunction removed, but it's used in OpenCV:opencv/modules/dnn/src/cuda4dnn/csl/cudnn/convolution.hpp
Lines 262 to 270 in 434014b
CUDA4DNN_CHECK_CUDNN( cudnnGetConvolutionForwardAlgorithm( handle.get(), input.get(), filter.get(), conv.get(), output.get(), CUDNN_CONVOLUTION_FWD_PREFER_FASTEST, 0, /* no memory limit */ &algo ) );
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category: dnncategory: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribOpenCV 4.0+: moved to opencv_contribfeature