Merge pull request #335 from vbkaisetsu/patch-1

Remove unnecessary qualifier of inline function
pull/341/head
Cedric Nugteren 2018-11-19 21:03:27 +01:00 committed by GitHub
commit bca1506e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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,