-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opencv/4.5.3: Add support for DNN on CUDA #8487
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying opencv/4.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
All green in build 2 ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add new option dnn_cuda which enable/disable compilation of opencv_dnn module with Cuda backend.
Add new option with_cudnn which enable/disable cmake flag WITH_CUDNN and is necessary for opencv_dnn with Cuda.
Add additional checks in validate function.
conan-center hook activated.