Skip to content
Snippets Groups Projects
Commit 761f4c84 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Changed layout of benchmark output log file.

parent 13a193f0
No related branches found
No related tags found
1 merge request!45Matrices revision
...@@ -238,7 +238,7 @@ benchmarkSpMV( Benchmark & benchmark, ...@@ -238,7 +238,7 @@ benchmarkSpMV( Benchmark & benchmark,
} )); } ));
#ifdef HAVE_CUDA #ifdef HAVE_CUDA
benchmark.time< Devices::Cuda >( reset, "GPU-Cusparse", spmvCusparse ); benchmark.time< Devices::Cuda >( reset, "GPU", spmvCusparse );
HostVector resultcuSPARSEDeviceVector2; HostVector resultcuSPARSEDeviceVector2;
resultcuSPARSEDeviceVector2.setSize( deviceVector2.getSize() ); resultcuSPARSEDeviceVector2.setSize( deviceVector2.getSize() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment