mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
enabled accuracy tests for the functions that use inside AMD Blas/Fft
This commit is contained in:
@@ -46,8 +46,6 @@
|
||||
|
||||
#ifdef HAVE_OPENCL
|
||||
|
||||
#ifdef HAVE_CLAMDBLAS
|
||||
|
||||
using namespace cv;
|
||||
using namespace cv::ocl;
|
||||
using namespace cvtest;
|
||||
@@ -147,6 +145,4 @@ OCL_TEST_P(Kalman, Accuracy)
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(OCL_Video, Kalman, Combine(Values(3, 7), Values(30)));
|
||||
|
||||
#endif // HAVE_CLAMDBLAS
|
||||
|
||||
#endif // HAVE_OPENCL
|
||||
|
||||
Reference in New Issue
Block a user