Loading src/TNL/Algorithms/detail/CudaScanKernel.h +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ struct CudaScanKernelLauncher // run the kernel cudaSecondPhaseBlockScan<<< cudaGridSize, cudaBlockSize >>> ( reduction, size, currentSize, elementsInBlock, gridIdx, (Index) maxGridSize(), Loading Loading
src/TNL/Algorithms/detail/CudaScanKernel.h +1 −1 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ struct CudaScanKernelLauncher // run the kernel cudaSecondPhaseBlockScan<<< cudaGridSize, cudaBlockSize >>> ( reduction, size, currentSize, elementsInBlock, gridIdx, (Index) maxGridSize(), Loading