mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
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()
|
||||
{
|
||||
CV_Error(CV_StsNotImplemented, "OpenCL BLAS is not implemented");
|
||||
//intentionally do nothing
|
||||
}
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user