opencv/modules/dnn/src/cuda4dnn
Julien 4e2ef8c8f5 Merge pull request #16218 from JulienMaille:cuda-dnn-for-older-gpus
Enable cuda4dnn on hardware without support for __half

* Enable cuda4dnn on hardware without support for half (ie. compute capability < 5.3)

Update CMakeLists.txt

Lowered minimum CC to 3.0

* UPD: added ifdef on new copy kernel

* added fp16 support detection at runtime

* Clarified #if condition on atomicAdd definition

* More explicit CMake error message
2020-01-15 18:28:37 +03:00
..
csl Merge pull request #16218 from JulienMaille:cuda-dnn-for-older-gpus 2020-01-15 18:28:37 +03:00
cxx_utils Merge pull request #14827 from YashasSamaga:cuda4dnn-csl-low 2019-10-21 14:28:00 +03:00
kernels perfor fp conversions on GPU 2019-12-30 00:05:39 +05:30
primitives use optimized cuDNN path for conv + bias + relu 2019-12-29 13:08:38 +05:30