1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Fix a crash of ocl program if clAmdBlas is not linked.

This commit is contained in:
pengxiao
2013-09-03 10:30:37 +08:00
parent 7b3e3f69fb
commit ea16539448
+1 -1
View File
@@ -69,7 +69,7 @@ void cv::ocl::clBlasSetup()
void cv::ocl::clBlasTeardown()
{
CV_Error(CV_StsNotImplemented, "OpenCL BLAS is not implemented");
//intentionally do nothing
}
#else