summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-11-19 21:03:27 +0100
committerGitHub <noreply@github.com>2018-11-19 21:03:27 +0100
commitbca1506e870ccc256e7dcf8aaf19f900652e91ba (patch)
tree81363d01a6b1db96fb7a9385cb4a00716c98b0dd
parente0ddfbfa3b9b7948ce68cc0b3b6ef69cfc1ec380 (diff)
parenta646d6ca46709c239cc51135c861fca0ee9e3354 (diff)
Merge pull request #335 from vbkaisetsu/patch-1
Remove unnecessary qualifier of inline function
-rw-r--r--src/kernels/levelx/col2im.opencl1
1 files changed, 0 insertions, 1 deletions
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,