X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/book_gpu.git/blobdiff_plain/1b4c95e988aa2d0c5d7f6cf87750ea4214dc8171..aa5e4797e8e8585b78ee799ff26314839eac0d13:/BookGPU/Chapters/chapter4/code/convoSepShV.cu?ds=sidebyside diff --git a/BookGPU/Chapters/chapter4/code/convoSepShV.cu b/BookGPU/Chapters/chapter4/code/convoSepShV.cu index a8bf71e..3dc2f1b 100644 --- a/BookGPU/Chapters/chapter4/code/convoSepShV.cu +++ b/BookGPU/Chapters/chapter4/code/convoSepShV.cu @@ -53,5 +53,5 @@ __global__ void kernel_convoSepShx8pV(unsigned char *output, int j_dim, int r) output[ idx++ ] = outval4 ; output[ idx++ ] = outval5 ; output[ idx++ ] = outval6 ; - output[ idx++ ] = outval7 ; + output[ idx ] = outval7 ; }