Loading examples/fast-sweeping-map/tnlFastSweepingMap2D_CUDA_v4_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ bool tnlFastSweepingMap< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(4,1); int run = 1; Loading examples/fast-sweeping/tnlFastSweeping2D_CUDA_v4_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(4,1); Loading Loading
examples/fast-sweeping-map/tnlFastSweepingMap2D_CUDA_v4_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ bool tnlFastSweepingMap< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(4,1); int run = 1; Loading
examples/fast-sweeping/tnlFastSweeping2D_CUDA_v4_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: { int n = Mesh.getDimensions().x(); dim3 threadsPerBlock(1, 512); dim3 threadsPerBlock(1, 1024); dim3 numBlocks(4,1); Loading