Commit 6b17f171 authored by Tomas Sobotik's avatar Tomas Sobotik
Browse files

Tweaks

parent 042a23f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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);