Loading src/Benchmarks/SpMV/spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ dispatchSymmetric( BenchmarkType& benchmark, { using SymmetricInputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int, TNL::Matrices::SymmetricMatrix >; using InputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int >; bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" ); //bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" ); bool withEllpack = parameters.getParameter< bool >( "with-ellpack-formats" ); SymmetricInputMatrix symmetricHostMatrix; try Loading src/TNL/Matrices/MatrixInfo.h +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ template< typename Real, struct MatrixInfo< DenseMatrixView< Real, Device, Index, Organization > > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading Loading
src/Benchmarks/SpMV/spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ dispatchSymmetric( BenchmarkType& benchmark, { using SymmetricInputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int, TNL::Matrices::SymmetricMatrix >; using InputMatrix = TNL::Matrices::SparseMatrix< Real, TNL::Devices::Host, int >; bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" ); //bool allCpuTests = parameters.getParameter< bool >( "with-all-cpu-tests" ); bool withEllpack = parameters.getParameter< bool >( "with-ellpack-formats" ); SymmetricInputMatrix symmetricHostMatrix; try Loading
src/TNL/Matrices/MatrixInfo.h +2 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ template< typename Real, struct MatrixInfo< DenseMatrixView< Real, Device, Index, Organization > > { static String getDensity() { return String( "dense" ); }; static String getFormat() { return "Dense"; }; }; template< typename Real, Loading