Skip to content
Snippets Groups Projects
Commit 9dfbe5bc authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Editing comments in spmv benchmark.

parent fd6b28fb
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
......@@ -479,9 +479,8 @@ benchmarkSpmvSynthetic( Benchmark& benchmark,
benchmarkSpMVLegacy< Real, Legacy::ChunkedEllpack >( benchmark, hostOutVector, inputFileName, verboseMR );
benchmarkSpMVLegacy< Real, Legacy::BiEllpack >( benchmark, hostOutVector, inputFileName, verboseMR );
}
/* AdEllpack is broken
benchmarkSpMV< Real, Matrices::AdEllpack >( benchmark, hostOutVector, inputFileName, verboseMR );
*/
// AdEllpack is broken
//benchmarkSpMV< Real, Matrices::AdEllpack >( benchmark, hostOutVector, inputFileName, verboseMR );
/////
// Benchmarking TNL formats
......
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