summaryrefslogtreecommitdiff
path: root/src/kernels/levelx/col2im.opencl
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernels/levelx/col2im.opencl')
-rw-r--r--src/kernels/levelx/col2im.opencl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernels/levelx/col2im.opencl b/src/kernels/levelx/col2im.opencl
index 44908ca1..5cadeec6 100644
--- a/src/kernels/levelx/col2im.opencl
+++ b/src/kernels/levelx/col2im.opencl
@@ -80,7 +80,7 @@ void col2im(const int input_h, const int input_w, const int channels,
}
}
- // Sets the input value
+ // Sets the resulting value
const int input_index = w_index + input_w * (h_index + input_h * c_id);
im_buffer[input_index + im_offset] = val;
}