A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
new
[book_gpu.git]
/
BookGPU
/
Chapters
/
chapter4
/
code
/
convoSepShH.cu
diff --git
a/BookGPU/Chapters/chapter4/code/convoSepShH.cu
b/BookGPU/Chapters/chapter4/code/convoSepShH.cu
index 19f533e1cf09d5f40c4aa847ad509dfb935c6852..d85b340a1a7a9dec3a5e35aecc47468b532ad760 100644
(file)
--- 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 ;
}