]> AND Private Git Repository - book_gpu.git/blobdiff - BookGPU/Chapters/chapter3/code/kernMedianRegTri9.cu
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ch15
[book_gpu.git] / BookGPU / Chapters / chapter3 / code / kernMedianRegTri9.cu
index 363b1811959be3d0e9f71ce549c7bde61cf6c588..29922a31b78030da1b212c1ddb45e6bebe7037e2 100755 (executable)
@@ -1,4 +1,4 @@
-__global__ void kernel_Median3RegTri9( short *output,
+__global__ void kernel_Median3RegSort9( short *output,
                                                                           int i_dim, int j_dim)
 {  
   int j = __mul24(blockIdx.x,blockDim.x) + threadIdx.x ;