Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / actual_kernels / pooling / pooling_kernel_selector.cpp
index 91ec4d2..6538212 100644 (file)
@@ -1,5 +1,5 @@
 /*
-// Copyright (c) 2016 Intel Corporation
+// Copyright (c) 2019 Intel Corporation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -23,6 +23,7 @@
 #include "pooling_kernel_gpu_byxf_af32.h"
 #include "pooling_kernel_gpu_int8_ref.h"
 #include "pooling_kernel_gpu_fs_bs_yx_bsv4_fsv32.h"
+#include "pooling_kernel_gpu_b_fs_yx_fsv4.h"
 
 namespace kernel_selector {
 
@@ -36,6 +37,7 @@ namespace kernel_selector {
         Attach<PoolingKernelGPUInt8Ref>();
         Attach<PoolingKerneGPU_byxf_af32>();
         Attach<PoolingKerneGPU_fs_bs_yx_bsv4_fsv32>();
+        Attach<PoolingKerneGPU_b_fs_yx_fsv4>();
     }
 
     KernelsData pooling_kernel_selector::GetBestKernels(const Params& params, const optional_params& options) const