mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Merge pull request #1614 from ilya-lavrenov:ocl_svm_misprint
This commit is contained in:
commit
9e12306d95
@ -126,7 +126,7 @@ 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)));
|
||||
|
||||
#ifndef HAVE_CLAMDBLAS // TODO does not work non-blas version of SVM
|
||||
#ifdef HAVE_CLAMDBLAS // TODO does not work non-blas version of SVM
|
||||
|
||||
////////////////////////////////SVM/////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user