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 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