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

Private GIT Repository
new
[book_gpu.git] / BookGPU / Chapters / chapter3 / code / kernMedianRegTri9.cu
old mode 100644 (file)
new mode 100755 (executable)
index 363b181..29922a3
@@ -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 ;