Commit ea165394 authored by pengxiao's avatar pengxiao

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

parent 7b3e3f69
...@@ -69,7 +69,7 @@ void cv::ocl::clBlasSetup() ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment