1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

get rid of cuda.h usage

(cherry picked from commit eeb997261d)
This commit is contained in:
Vladislav Vinogradov
2014-11-25 18:29:56 +03:00
committed by Alexander Smorkalov
parent 1ccd64e102
commit b0b2fc9e3f
10 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
using namespace cvtest;
#if CUDA_VERSION >= 5000
#if CUDART_VERSION >= 5000
struct Async : testing::TestWithParam<cv::gpu::DeviceInfo>
{