From 6329b447caf6679ba08ef49098001bdc19f84cb9 Mon Sep 17 00:00:00 2001 From: Yangqing Jia Date: Fri, 20 Sep 2013 09:13:56 -0700 Subject: [PATCH] wording --- src/caffeine/util/im2col.cu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/caffeine/util/im2col.cu b/src/caffeine/util/im2col.cu index 22731f9..4d835a2 100644 --- a/src/caffeine/util/im2col.cu +++ b/src/caffeine/util/im2col.cu @@ -45,7 +45,7 @@ void im2col_gpu(const Dtype* data_im, const int channels, im2col_gpu_kernel<<>>( num_kernels, data_im, height, width, ksize, stride, height_col, width_col, data_col); -CUDA_POST_KERNEL_CHECK; + CUDA_POST_KERNEL_CHECK; } // Explicit instantiation @@ -56,7 +56,6 @@ template void im2col_gpu(const double* data_im, const int channels, const int height, const int width, const int ksize, const int stride, double* data_col); - /* // A bunch of stuff dealing with double atomic add template -- 2.7.4