Commit c6d9c9b3 authored by Tomas Sobotik's avatar Tomas Sobotik
Browse files

Initial condition for GPU v4

parent 6bed4638
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@

#include "MainBuildConfig.h"
	//for HOST versions:
#include "tnlFastSweeping.h"
//#include "tnlFastSweeping.h"
	//for DEVICE versions:
//#include "tnlFastSweeping_CUDA.h"
#include "tnlFastSweeping_CUDA.h"
#include "fastSweepingConfig.h"
#include <solvers/tnlConfigTags.h>

+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          tnlFastSweeping_impl.h  -  description
                          tnlFastSweeping2D_CUDA_impl.h  -  description
                             -------------------
    begin                : Oct 15 , 2015
    copyright            : (C) 2015 by Tomas Sobotik
+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          tnlFastSweeping_impl.h  -  description
                          tnlFastSweeping2D_CUDA_v2_impl.h  -  description
                             -------------------
    begin                : Oct 15 , 2015
    copyright            : (C) 2015 by Tomas Sobotik
+1 −1
Original line number Diff line number Diff line
/***************************************************************************
                          tnlFastSweeping_impl.h  -  description
                          tnlFastSweeping2D_CUDA_v3_impl.h  -  description
                             -------------------
    begin                : Oct 15 , 2015
    copyright            : (C) 2015 by Tomas Sobotik
+721 −154

File changed.

Preview size limit exceeded, changes collapsed.

Loading