Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
112903c2
Commit
112903c2
authored
Jul 13, 2016
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase minimal supported CUDA toolkit to 6.5
parent
f75f894d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
OpenCVMinDepVersions.cmake
cmake/OpenCVMinDepVersions.cmake
+1
-1
private.cuda.hpp
modules/core/include/opencv2/core/private.cuda.hpp
+1
-1
No files found.
cmake/OpenCVMinDepVersions.cmake
View file @
112903c2
set
(
MIN_VER_CMAKE 2.8.7
)
set
(
MIN_VER_CUDA
4.2
)
set
(
MIN_VER_CUDA
6.5
)
set
(
MIN_VER_PYTHON2 2.6
)
set
(
MIN_VER_PYTHON3 3.2
)
set
(
MIN_VER_ZLIB 1.2.3
)
...
...
modules/core/include/opencv2/core/private.cuda.hpp
View file @
112903c2
...
...
@@ -64,7 +64,7 @@
# define NPP_VERSION (NPP_VERSION_MAJOR * 1000 + NPP_VERSION_MINOR * 100 + NPP_VERSION_BUILD)
# define CUDART_MINIMUM_REQUIRED_VERSION
402
0
# define CUDART_MINIMUM_REQUIRED_VERSION
605
0
# if (CUDART_VERSION < CUDART_MINIMUM_REQUIRED_VERSION)
# error "Insufficient Cuda Runtime library version, please update it."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment