Commit 4c0d17d1 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

SpMV benchmark writes full matrix filename to logs for uniqueness.

parent a347d2e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ benchmarkSpMV( Benchmark& benchmark,
   MatrixReader< HostMatrix >::readMtxFile( inputFileName, hostMatrix, verboseMR );

   benchmark.setMetadataColumns( Benchmark::MetadataColumns({
         { "matrix name", convertToString( getMatrixFileName( inputFileName ) ) },
         { "matrix name", convertToString( inputFileName ) },
         { "non-zeros", convertToString( hostMatrix.getNumberOfNonzeroMatrixElements() ) },
         { "rows", convertToString( hostMatrix.getRows() ) },
         { "columns", convertToString( hostMatrix.getColumns() ) },