X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/32bc153a6a82be882b13679314a6f1e8021de074..HEAD:/BookGPU/Chapters/chapter4/code/convoSepShH.cu diff --git a/BookGPU/Chapters/chapter4/code/convoSepShH.cu b/BookGPU/Chapters/chapter4/code/convoSepShH.cu index 19f533e..d85b340 100644 --- a/BookGPU/Chapters/chapter4/code/convoSepShH.cu +++ b/BookGPU/Chapters/chapter4/code/convoSepShH.cu @@ -54,5 +54,5 @@ __global__ void kernel_convoSepShx8pH(unsigned char *output, int j_dim, int r) output[ idx++ ] = outval4 ; output[ idx++ ] = outval5 ; output[ idx++ ] = outval6 ; - output[ idx++ ] = outval7 ; + output[ idx ] = outval7 ; }