Fix a crash of ocl program if clAmdBlas is not linked.
This commit is contained in:
parent
7b3e3f69fb
commit
ea16539448
@ -69,7 +69,7 @@ void cv::ocl::clBlasSetup()
|
|||||||
|
|
||||||
void cv::ocl::clBlasTeardown()
|
void cv::ocl::clBlasTeardown()
|
||||||
{
|
{
|
||||||
CV_Error(CV_StsNotImplemented, "OpenCL BLAS is not implemented");
|
//intentionally do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user