// section 6.1.2 page 200: "Supported values of n are 2, 3, 4, 8, and 16 for all vector data types."
// besides of builtin types, kernel code defines extra types up to float15 (see float15 definition)
if(kernel_w_>16)
{
CV_LOG_DEBUG(NULL,"DNN/OCL: skip KERNEL_TYPE_GEMM_LIKE with blockMKN=["<<blockM<<", "<<blockK<<", "<<blockN<<"] kernel="<<kernel_w_<<" x "<<kernel_h_);