Skip to content
Snippets Groups Projects
Commit 41284115 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Benchmarks: fixed description

parent 743414e0
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ benchmarkArrayOperations( Benchmark & benchmark,
benchmark.time( reset1,
"CPU->GPU", copyAssignHostCuda,
"GPU->CPU", copyAssignCudaHost );
return true;
}
} // namespace benchmarks
......
......@@ -228,8 +228,8 @@ int main( int argc, char* argv[] )
benchmarkVectorOperations< Real >( benchmark, loops, size );
// SpMV
benchmark.newBenchmark( tnlString("SpMV (") + precision + ")",
// Sparse matrix-vector multiplication
benchmark.newBenchmark( tnlString("Sparse matrix-vector multiplication (") + precision + ")",
metadata );
benchmark.setMetadataColumns( Benchmark::MetadataColumns({
{"rows", size},
......
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