Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / convolution / convolution_kernel_bfyx_gemm_like.cpp
index c712748..e44b521 100644 (file)
 // limitations under the License.
 */
 
-#include <cmath>
 #include "convolution_kernel_bfyx_gemm_like.h"
-#include "kernel_selector_utils.h"
-#include "common_tools.h"
 
 namespace kernel_selector 
 {
@@ -137,6 +134,6 @@ namespace kernel_selector
 
     KernelsData ConvolutionKernel_bfyx_GEMMLike::GetKernelsData(const Params& params, const optional_params& options) const
     {
-        return GetCommonKernelsData(params, options, AGE_BASED);
+        return GetTunedKernelsDataByIndex(params, options);
     }
 }
\ No newline at end of file