Revert "disable SVM when AMD BLAS is not available"

This reverts commit d63a38e9bf.

Conflicts:
	modules/ocl/test/test_ml.cpp
This commit is contained in:
Alexander Alekhin
2013-11-05 15:13:30 +04:00
parent dd942df08b
commit 9a63508f50
2 changed files with 0 additions and 10 deletions

View File

@@ -126,8 +126,6 @@ OCL_TEST_P(KNN, Accuracy)
INSTANTIATE_TEST_CASE_P(OCL_ML, KNN, Combine(Values(6, 5), Values(Size(200, 400), Size(300, 600)),
Values(4, 3), Values(false, true)));
#ifdef HAVE_CLAMDBLAS // TODO does not work non-blas version of SVM
////////////////////////////////SVM/////////////////////////////////////////////////
PARAM_TEST_CASE(SVM_OCL, int, int, int)
@@ -308,6 +306,4 @@ INSTANTIATE_TEST_CASE_P(OCL_ML, SVM_OCL, testing::Combine(
Values(2, 3, 4)
));
#endif // HAVE_CLAMDBLAS
#endif // HAVE_OPENCL