提交 ea165394 编写于 作者: P pengxiao

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

上级 7b3e3f69
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册