Commit 4467323a authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed bug in the second phase of CUDA scan implementation

parent c44b1140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ struct CudaScanKernelLauncher
         // run the kernel
         cudaSecondPhaseBlockScan<<< cudaGridSize, cudaBlockSize >>>
            ( reduction,
              size,
              currentSize,
              elementsInBlock,
              gridIdx,
              (Index) maxGridSize(),