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

Fix perf build with CUDA 9.

This commit is contained in:
catree
2018-01-19 00:23:02 +01:00
parent 8226bd25c4
commit dcc5a2cb22
7 changed files with 18 additions and 0 deletions
@@ -49,6 +49,8 @@ using namespace perf;
//////////////////////////////////////////////////////////////////////
// HistEvenC1
DEF_PARAM_TEST(Sz_Depth, cv::Size, MatDepth);
PERF_TEST_P(Sz_Depth, HistEvenC1,
Combine(CUDA_TYPICAL_MAT_SIZES,
Values(CV_8U, CV_16U, CV_16S)))