Loading examples/fast-sweeping-map/main.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ #include "MainBuildConfig.h" //for HOST versions: //#include "tnlFastSweepingMap.h" #include "tnlFastSweepingMap.h" //for DEVICE versions: #include "tnlFastSweepingMap_CUDA.h" //#include "tnlFastSweepingMap_CUDA.h" #include "fastSweepingMapConfig.h" #include <solvers/tnlBuildConfigTags.h> Loading examples/fast-sweeping/main.h +2 −2 Original line number Diff line number Diff line Loading @@ -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/tnlBuildConfigTags.h> Loading examples/hamilton-jacobi-parallel-map/tnlParallelMapSolver2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ template< typename SchemeHost, typename SchemeDevice, typename Device> tnlParallelMapSolver<2,SchemeHost, SchemeDevice, Device, double, int>::tnlParallelMapSolver() { this->device = tnlCudaDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU this->device = tnlHostDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU #ifdef HAVE_CUDA if(this->device == tnlCudaDevice) Loading examples/hamilton-jacobi-parallel/tnlParallelEikonalSolver3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ template< typename SchemeHost, typename SchemeDevice, typename Device> tnlParallelEikonalSolver<3,SchemeHost, SchemeDevice, Device, double, int>::tnlParallelEikonalSolver() { cout << "a" << endl; this->device = tnlCudaDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU this->device = tnlHostDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU #ifdef HAVE_CUDA if(this->device == tnlCudaDevice) Loading Loading
examples/fast-sweeping-map/main.h +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ #include "MainBuildConfig.h" //for HOST versions: //#include "tnlFastSweepingMap.h" #include "tnlFastSweepingMap.h" //for DEVICE versions: #include "tnlFastSweepingMap_CUDA.h" //#include "tnlFastSweepingMap_CUDA.h" #include "fastSweepingMapConfig.h" #include <solvers/tnlBuildConfigTags.h> Loading
examples/fast-sweeping/main.h +2 −2 Original line number Diff line number Diff line Loading @@ -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/tnlBuildConfigTags.h> Loading
examples/hamilton-jacobi-parallel-map/tnlParallelMapSolver2D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ template< typename SchemeHost, typename SchemeDevice, typename Device> tnlParallelMapSolver<2,SchemeHost, SchemeDevice, Device, double, int>::tnlParallelMapSolver() { this->device = tnlCudaDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU this->device = tnlHostDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU #ifdef HAVE_CUDA if(this->device == tnlCudaDevice) Loading
examples/hamilton-jacobi-parallel/tnlParallelEikonalSolver3D_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ template< typename SchemeHost, typename SchemeDevice, typename Device> tnlParallelEikonalSolver<3,SchemeHost, SchemeDevice, Device, double, int>::tnlParallelEikonalSolver() { cout << "a" << endl; this->device = tnlCudaDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU this->device = tnlHostDevice; /////////////// tnlCuda Device --- vypocet na GPU, tnlHostDevice --- vypocet na CPU #ifdef HAVE_CUDA if(this->device == tnlCudaDevice) Loading