You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorials/introduction/building_tegra_cuda/building_tegra_cuda.markdown
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ There are two (2) ways to get the OpenCV source code:
32
32
* Direct download from the [OpenCV downloads](http://opencv.org/downloads.html) page
33
33
* Cloning the git repositories hosted on [GitHub](https://github.com/opencv)
34
34
35
-
For this guide, the focus is on using the git repositories. This is because the 3.1.0 version of OpenCV will not build with CUDA 8.0 without applying a small upstream change from the git repository.
35
+
For this guide, the focus is on using the git repositories. This is because the 3.1.0 version of OpenCV will not build with CUDA 8.0 without applying a few small upstream changes from the git repository.
36
36
37
37
OpenCV
38
38
------
@@ -49,7 +49,7 @@ To build the 3.1.0 version (as opposed to building the most-recent source), you
49
49
50
50
__Note:__ This operation creates a new local branch in your clone's repository.
51
51
52
-
If you are building OpenCV with CUDA 8.0, you must execute one additional git command. This is to apply a fix for building specifically with the 8.0 version of CUDA that was not part of the 3.1.0 release. To do this, use the "git cherry-pick" command:
52
+
There are some upstream changes that must be applied via the `git cherry-pick`command. The first of these is to apply a fix for building specifically with the 8.0 version of CUDA that was not part of the 3.1.0 release:
53
53
54
54
# While still in the opencv directory:
55
55
$ git cherry-pick 10896
@@ -60,7 +60,27 @@ You will see the following output from the command:
0 commit comments