Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@asmorkalov
Copy link
Contributor

@asmorkalov asmorkalov commented Jul 1, 2024

Fixes #25711

Fixed warning:

[ WARN:[email protected]] global init.hpp:32 checkVersions cuDNN reports version 90.1 which is not compatible with the version 9.1 with which OpenCV was built

CuDNN changed version multipliers since 9.0. The patch accommodates to it.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@asmorkalov asmorkalov added bug category: gpu/cuda (contrib) OpenCV 4.0+: moved to opencv_contrib category: dnn labels Jul 1, 2024
@asmorkalov asmorkalov added this to the 4.11.0 milestone Jul 1, 2024
@asmorkalov asmorkalov requested a review from mshabunin July 1, 2024 14:35
@asmorkalov
Copy link
Contributor Author

@cudawarped Could you take a look?

@cudawarped
Copy link
Contributor

@cudawarped Could you take a look?

Sure thing I'll take a look later on today.

@cudawarped
Copy link
Contributor

@asmorkalov πŸ‘

Working for me on Windows 11, CUDA 12.5 with cuDNN 9.2.0 and 8.9.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug category: dnn category: gpu/cuda (contrib) OpenCV 4.0+: moved to opencv_contrib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenCV build with CuDNN 9.x reports false CuDNN version mismatch

2 participants