Commit Graph

9 Commits

Author SHA1 Message Date
Stefano Sinigardi 35346d2ef8
[cudnn] remove hardcoded version in cmake module (#3738)
collateral fixes: 
* handle opencv4 upgrade on vcpkg
* add yasm (ffmpeg prerequisite) on travis
* install ffmpeg separately from opencv to circumvent time limits
* build only release to halve ci time
* do not build as shared libs when using vcpkg, since default triplets are static
* remove debug configs from appveyor matrix
2019-08-24 13:46:45 +02:00
Stefano Sinigardi 09c996f8fb upgrade FindCUDNN module to better deal with dlls and targets 2019-08-01 13:39:45 +02:00
Stefano Sinigardi eebe735f84 [FindCUDNN] fix unnecessary message and dll symbol 2019-04-18 09:17:31 +02:00
Stefano Sinigardi 2c8ff8db0d create cmake targets for proper lib export 2019-03-05 18:34:53 +01:00
Stefano Sinigardi d8291858d5 [FindCUDNN] add another hint for newly suggested ENV variable 2019-02-22 09:14:41 +01:00
Stefano Sinigardi 20757e217f restore manual control of CUDA while keeping default enabled 2019-02-20 15:29:56 +01:00
Stefano Sinigardi f950085a45 automatically detect CUDA and use it, without any possible manual intervention 2019-02-20 11:42:53 +01:00
Stefano Sinigardi cbc1c6d8ca improve CMake alternative, add instructions in README 2019-02-18 09:34:20 +01:00
Stefano Sinigardi c88ae98289 add CMakeLists.txt and necessary modules 2019-02-15 17:19:35 +01:00