Loading examples/fast-sweeping/tnlFastSweeping3D_CUDA_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ bool tnlFastSweeping< tnlGrid< 3,MeshReal, Device, MeshIndex >, Real, Index > :: { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(8,1); Loading Loading
examples/fast-sweeping/tnlFastSweeping3D_CUDA_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ bool tnlFastSweeping< tnlGrid< 3,MeshReal, Device, MeshIndex >, Real, Index > :: { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(8,1); Loading