-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Closed
Labels
category: dnncategory: gpu/cuda (contrib)OpenCV 4.0+: moved to opencv_contribOpenCV 4.0+: moved to opencv_contrib
Milestone
Description
opencv/modules/dnn/src/dnn.cpp
Lines 251 to 255 in 4801526
| if (haveCUDA()) | |
| { | |
| backends.push_back(std::make_pair(DNN_BACKEND_CUDA, DNN_TARGET_CUDA)); | |
| backends.push_back(std::make_pair(DNN_BACKEND_CUDA, DNN_TARGET_CUDA_FP16)); | |
| } |
Since commit d0fe6ad cv::dnn::getAvailableBackends() will list CUDA_FP16 for all Cuda devices even the old ones that do not have __half compute capabilities
The simple check has been removed, and I would suggest to add it back, what do you think @YashasSamaga ?
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_contrib