Loading src/Benchmarks/SpMV/spmv.h +7 −2 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ #include <TNL/Matrices/SlicedEllpack.h> #include <TNL/Matrices/ChunkedEllpack.h> #include <TNL/Matrices/AdEllpack.h> #include <TNL/Matrices/MatrixReader.h> using namespace TNL::Matrices; Loading Loading @@ -317,6 +319,9 @@ benchmarkSpmvSynthetic( Benchmark & benchmark, // Chunked Ellpack doesn't have cross-device assignment ('= operator') implemented yet // result |= benchmarkSpMV< Real, Matrices::ChunkedEllpack >( benchmark, inputFileName ); // AdEllpack doesn't have cross-device assignment ('= operator') implemented yet // result |= benchmarkSpMV< Real, Matrices::AdEllpack >( benchmark, inputFileName, verboseMR ); return result; } Loading Loading
src/Benchmarks/SpMV/spmv.h +7 −2 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ #include <TNL/Matrices/SlicedEllpack.h> #include <TNL/Matrices/ChunkedEllpack.h> #include <TNL/Matrices/AdEllpack.h> #include <TNL/Matrices/MatrixReader.h> using namespace TNL::Matrices; Loading Loading @@ -317,6 +319,9 @@ benchmarkSpmvSynthetic( Benchmark & benchmark, // Chunked Ellpack doesn't have cross-device assignment ('= operator') implemented yet // result |= benchmarkSpMV< Real, Matrices::ChunkedEllpack >( benchmark, inputFileName ); // AdEllpack doesn't have cross-device assignment ('= operator') implemented yet // result |= benchmarkSpMV< Real, Matrices::AdEllpack >( benchmark, inputFileName, verboseMR ); return result; } Loading