1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #6896 from jet47:cuda-arch-update

This commit is contained in:
Alexander Alekhin
2016-07-13 12:26:52 +00:00
3 changed files with 13 additions and 15 deletions
@@ -64,7 +64,7 @@
# define NPP_VERSION (NPP_VERSION_MAJOR * 1000 + NPP_VERSION_MINOR * 100 + NPP_VERSION_BUILD)
# define CUDART_MINIMUM_REQUIRED_VERSION 4020
# define CUDART_MINIMUM_REQUIRED_VERSION 6050
# if (CUDART_VERSION < CUDART_MINIMUM_REQUIRED_VERSION)
# error "Insufficient Cuda Runtime library version, please update it."