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