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

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