Commit 229aa623 authored by Andrey Pavlenko's avatar Andrey Pavlenko Committed by OpenCV Buildbot

Merge pull request #2445 from ilya-lavrenov:ocl_perf

parents f351540e f7a47418
...@@ -298,7 +298,7 @@ OCL_PERF_TEST_P(ScharrFixture, Scharr, ...@@ -298,7 +298,7 @@ OCL_PERF_TEST_P(ScharrFixture, Scharr,
oclDst.download(dst); oclDst.download(dst);
SANITY_CHECK(dst, 3e-3); SANITY_CHECK(dst, 1e-2);
} }
else if (RUN_PLAIN_IMPL) else if (RUN_PLAIN_IMPL)
{ {
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "perf_precomp.hpp" #include "perf_precomp.hpp"
//#ifdef HAVE_CLAMDBLAS #ifdef HAVE_CLAMDBLAS
using namespace perf; using namespace perf;
using namespace std; using namespace std;
...@@ -100,4 +100,4 @@ PERF_TEST_P(KalmanFilterFixture, KalmanFilter, ...@@ -100,4 +100,4 @@ PERF_TEST_P(KalmanFilterFixture, KalmanFilter,
SANITY_CHECK(statePre_); SANITY_CHECK(statePre_);
} }
//#endif // HAVE_CLAMDBLAS #endif // HAVE_CLAMDBLAS
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment