Commit 88ac33c7 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Benchmarks: fixing copy-paste error

parent 7d4d00e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ benchmarkSpMV( const int & loops,
      deviceMatrix.vectorProduct( deviceVector, deviceVector2 );
   };

   benchmarkOperation( operationDescription.getString(), 2 * datasetSize, loops, reset,
   benchmarkOperation( operationDescription.getString(), datasetSize, loops, reset,
                       "CPU", spmvHost,
                       "GPU", spmvCuda );