added error handling into GPU perf. tests

This commit is contained in:
Alexey Spizhevoy
2011-01-25 15:11:01 +00:00
parent 6f91a29ea2
commit ab8f578f9d
3 changed files with 41 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ TEST(dft)
Mat src, dst;
gpu::GpuMat d_src, d_dst;
for (int size = 1000; size <= 4000; size *= 2)
for (int size = 1000; size <= 8000; size *= 2)
{
SUBTEST << "size " << size << ", 32FC2, complex-to-complex";