added cv::norm to T-API
This commit is contained in:
@@ -2379,7 +2379,7 @@ struct Program::Impl
|
||||
size_t retsz = 0;
|
||||
retval = clGetProgramBuildInfo(handle, (cl_device_id)deviceList[0],
|
||||
CL_PROGRAM_BUILD_LOG, 0, 0, &retsz);
|
||||
if( retval >= 0 && retsz > 0 )
|
||||
if( retval >= 0 && retsz > 1 )
|
||||
{
|
||||
AutoBuffer<char> bufbuf(retsz + 16);
|
||||
char* buf = bufbuf;
|
||||
|
Reference in New Issue
Block a user