Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_bfyx_ref.cpp
index a625c64..a4e83b0 100644 (file)
@@ -15,7 +15,6 @@
 */
 
 #include "convolution_kernel_bfyx_ref.h"
-#include "kernel_selector_utils.h"
 
 namespace kernel_selector {
     
@@ -47,11 +46,13 @@ namespace kernel_selector {
         k.EnableInt8Quantization();
         k.EnableOutputCalibration();
         k.DisableTuning();
+        k.EnableLocalConvolution();
+        k.EnableGroupedConvolution();
         return k;
     }
 
     KernelsData ConvolutionKernel_bfyx_Ref::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file