Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_yxfb_ref.cpp
index 6726433..584d343 100644 (file)
@@ -39,11 +39,12 @@ namespace kernel_selector
         k.EnableDilation();
         k.EnableDepthwiseSeparableOpt();
         k.DisableTuning();
+        k.EnableGroupedConvolution();
         return k;
     }
 
     KernelsData ConvolutionKernel_yxfb_Ref::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file