increase epsilon for GEMM & Convolve sanity tests for CUDA 5.5

This commit is contained in:
Vladislav Vinogradov
2013-08-02 17:31:34 +04:00
parent add2ea75c3
commit d13ecd0d76
2 changed files with 2 additions and 2 deletions

View File

@@ -884,7 +884,7 @@ PERF_TEST_P(Sz_KernelSz_Ccorr, ImgProc_Convolve,
TEST_CYCLE() cv::gpu::convolve(d_image, d_templ, dst, ccorr, d_buf);
GPU_SANITY_CHECK(dst);
GPU_SANITY_CHECK(dst, 1e-6, ERROR_RELATIVE);
}
else
{