fixed bug #2425 : Concurrent convolutions with streams

This commit is contained in:
Vladislav Vinogradov
2012-10-10 16:55:16 +04:00
parent 9368aa9f7b
commit a008d6fc17
5 changed files with 46 additions and 39 deletions

View File

@@ -146,7 +146,7 @@ PERF_TEST_P(ImagePair, Video_CreateOpticalFlowNeedleMap,
}
GPU_SANITY_CHECK(d_vertex);
GPU_SANITY_CHECK(d_colors)
GPU_SANITY_CHECK(d_colors);
}
else
{