Loading src/core/cuda/cuda-reduction_impl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ #include <core/cuda/reduction-operations.h> #include <core/cuda/cuda-reduction.h> #ifdef TEMPLATE_EXPLICIT_INSTANTIATION #ifdef UNDEF //TEMPLATE_EXPLICIT_INSTANTIATION /**** * Sum Loading tests/benchmarks/tnl-benchmark-simple-heat-equation.h +3 −0 Original line number Diff line number Diff line Loading @@ -584,8 +584,11 @@ int main( int argc, char* argv[] ) if( device == "host" && ! solveHeatEquationHost< double, int >( parameters ) ) return EXIT_FAILURE; #ifdef HAVE_CUDA if( device == "cuda" && ! solveHeatEquationCuda< double, int >( parameters ) ) return EXIT_FAILURE; #endif return EXIT_SUCCESS; } Loading tests/unit-tests/mesh/tnlGrid1DTester.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class tnlGridTester< 1, RealType, Device, IndexType >: public CppUnit :: TestCas GridType grid; grid.setDimensions( xSize ); typename GridType::template GridEntity< GridType::Cells > cell( grid ); typename GridType::Cell cell( grid ); for( cell.getCoordinates().x() = 0; cell.getCoordinates().x() < xSize; cell.getCoordinates().x()++ ) Loading Loading
src/core/cuda/cuda-reduction_impl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ #include <core/cuda/reduction-operations.h> #include <core/cuda/cuda-reduction.h> #ifdef TEMPLATE_EXPLICIT_INSTANTIATION #ifdef UNDEF //TEMPLATE_EXPLICIT_INSTANTIATION /**** * Sum Loading
tests/benchmarks/tnl-benchmark-simple-heat-equation.h +3 −0 Original line number Diff line number Diff line Loading @@ -584,8 +584,11 @@ int main( int argc, char* argv[] ) if( device == "host" && ! solveHeatEquationHost< double, int >( parameters ) ) return EXIT_FAILURE; #ifdef HAVE_CUDA if( device == "cuda" && ! solveHeatEquationCuda< double, int >( parameters ) ) return EXIT_FAILURE; #endif return EXIT_SUCCESS; } Loading
tests/unit-tests/mesh/tnlGrid1DTester.h +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ class tnlGridTester< 1, RealType, Device, IndexType >: public CppUnit :: TestCas GridType grid; grid.setDimensions( xSize ); typename GridType::template GridEntity< GridType::Cells > cell( grid ); typename GridType::Cell cell( grid ); for( cell.getCoordinates().x() = 0; cell.getCoordinates().x() < xSize; cell.getCoordinates().x()++ ) Loading