Merge pull request #1998 from ilya-lavrenov:tapi_gemm

This commit is contained in:
Andrey Pavlenko
2013-12-17 16:41:58 +04:00
committed by OpenCV Buildbot
4 changed files with 329 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ namespace cv { namespace ocl {
CV_EXPORTS bool haveOpenCL();
CV_EXPORTS bool useOpenCL();
CV_EXPORTS bool haveAmdBlas();
CV_EXPORTS void setUseOpenCL(bool flag);
CV_EXPORTS void finish2();