From: Vladislav Vinogradov Date: Wed, 21 Aug 2013 09:07:17 +0000 (+0400) Subject: fixed incorrect GPUs -> CUDAs replacement X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~917^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba4bf04c6c4072d0c6c90e2ba2f98ef87bf86bc6;p=profile%2Fivi%2Fopencv.git fixed incorrect GPUs -> CUDAs replacement --- diff --git a/modules/core/include/opencv2/core/cuda/simd_functions.hpp b/modules/core/include/opencv2/core/cuda/simd_functions.hpp index bacfd75..0a7889e 100644 --- a/modules/core/include/opencv2/core/cuda/simd_functions.hpp +++ b/modules/core/include/opencv2/core/cuda/simd_functions.hpp @@ -77,9 +77,9 @@ /* This header file contains inline functions that implement intra-word SIMD - operations, that are hardware accelerated on sm_3x (Kepler) CUDAs. Efficient + operations, that are hardware accelerated on sm_3x (Kepler) GPUs. Efficient emulation code paths are provided for earlier architectures (sm_1x, sm_2x) - to make the code portable across all CUDAs supported by CUDA. The following + to make the code portable across all GPUs supported by CUDA. The following functions are currently implemented: vadd2(a,b) per-halfword unsigned addition, with wrap-around: a + b