Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / kernel_selector / core / cl_kernels / convolution_gpu_bfyx_depthwise_weights_lwg.cl
index f21b03d..9cec96f 100644 (file)
@@ -103,4 +103,4 @@ KERNEL(convolution_depthwise_weights_lwg)(
     const uint dst_index = GET_DATA_INDEX(OUTPUT, b, f, y, x) + out_split_offset;
     output[dst_index] = ACTIVATION(dotProd, NL_M, NL_N);
     
-}
+}
\ No newline at end of file