From f57fb2375e4799967e8eea811b2ec8e592af4e89 Mon Sep 17 00:00:00 2001 From: Diogo Rolo Date: Tue, 2 Jun 2015 14:34:15 +0100 Subject: [PATCH] Update cuda.markdown Small typo fix in the documentation. It was written 'devie' instead of 'device' in: 'Switching active device can be done using cuda::setDevice() function' --- modules/core/doc/cuda.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/doc/cuda.markdown b/modules/core/doc/cuda.markdown index ebe8c21af3..fb648e25dd 100644 --- a/modules/core/doc/cuda.markdown +++ b/modules/core/doc/cuda.markdown @@ -69,7 +69,7 @@ Utilizing Multiple GPUs ----------------------- In the current version, each of the OpenCV CUDA algorithms can use only a single GPU. So, to utilize -multiple GPUs, you have to manually distribute the work between GPUs. Switching active devie can be +multiple GPUs, you have to manually distribute the work between GPUs. Switching active device can be done using cuda::setDevice() function. For more details please read Cuda C Programming Guide. While developing algorithms for multiple GPUs, note a data passing overhead. For primitive functions