Update OpenCV docs for GPU contexts in multi-threaded case. (Bug #1720)
Description
The quatation below from http://opencv.itseez.com/modules/gpu/doc/introduction.html is ovsolete sience Cuda 4.0 or 4.1. Needto update it.
"This means that for the first API call a CUDA context is created implicitly, attached to the current CPU thread and then is used as the "current" context of the thread."
Associated revisions
Merge pull request #1720 from SpecLad:cmp0017
Remove the explicit setting of CMP0017, partially undoing #1720.
In master, it's already set to NEW, since we declare the minimal CMake
version as 2.8.7, which is newer than the policy.
History
Updated by Anatoly Baksheev almost 13 years ago
- Status changed from Open to Done