From a646d6ca46709c239cc51135c861fca0ee9e3354 Mon Sep 17 00:00:00 2001 From: Koichi Akabe Date: Mon, 19 Nov 2018 13:03:50 +0900 Subject: Remove unnecessary attribute of inline function --- src/kernels/levelx/col2im.opencl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kernels/levelx/col2im.opencl b/src/kernels/levelx/col2im.opencl index 484a7a98..425ffbbc 100644 --- a/src/kernels/levelx/col2im.opencl +++ b/src/kernels/levelx/col2im.opencl @@ -29,7 +29,6 @@ inline int grid_ceil(const int x, const int step) { } // Main body of the kernel -__kernel __attribute__((reqd_work_group_size(COPY_DIMX, COPY_DIMY, 1))) INLINE_FUNC void Xcol2im(const int input_h, const int input_w, const int channels, const int output_h, const int output_w, const int kernel_h, const int kernel_w, -- cgit v1.2.3