Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_winograd_2x3_s1_fused.cpp
index f2d5999..f26abb8 100644 (file)
@@ -15,7 +15,6 @@
 */
 
 #include "convolution_kernel_winograd_2x3_s1_fused.h"
-#include "kernel_selector_utils.h"
 
 namespace kernel_selector {
 
@@ -148,6 +147,6 @@ namespace kernel_selector {
 
     KernelsData ConvolutionKernel_Winograd_2x3_s1_fused::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file