tuned some tests

This commit is contained in:
Ilya Lavrenov
2014-03-06 09:24:02 +04:00
parent ba4513503e
commit f7a474180b
2 changed files with 3 additions and 3 deletions

View File

@@ -298,7 +298,7 @@ OCL_PERF_TEST_P(ScharrFixture, Scharr,
oclDst.download(dst);
SANITY_CHECK(dst, 3e-3);
SANITY_CHECK(dst, 1e-2);
}
else if (RUN_PLAIN_IMPL)
{

View File

@@ -46,7 +46,7 @@
#include "perf_precomp.hpp"
//#ifdef HAVE_CLAMDBLAS
#ifdef HAVE_CLAMDBLAS
using namespace perf;
using namespace std;
@@ -100,4 +100,4 @@ PERF_TEST_P(KalmanFilterFixture, KalmanFilter,
SANITY_CHECK(statePre_);
}
//#endif // HAVE_CLAMDBLAS
#endif // HAVE_CLAMDBLAS