Loading src/Benchmarks/SpMV/spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -821,6 +821,6 @@ benchmarkSpmv( BenchmarkType& benchmark, #endif } } // namespace SpMVLegacy } // namespace SpMV } // namespace Benchmarks } // namespace TNL src/Benchmarks/SpMV/tnl-benchmark-spmv.h +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ std::string getCurrDateTime() char buffer[ 80 ]; time( &rawtime ); timeinfo = localtime( &rawtime ); strftime( buffer, sizeof( buffer ), "%d-%m-%Y--%H:%M:%S", timeinfo ); strftime( buffer, sizeof( buffer ), "%Y-%m-%d--%H:%M:%S", timeinfo ); std::string curr_date_time( buffer ); return curr_date_time; } Loading @@ -75,7 +75,7 @@ void setupConfig( Config::ConfigDescription & config ) { config.addDelimiter( "Benchmark settings:" ); config.addEntry< String >( "input-file", "Input file name.", "" ); config.addRequiredEntry< String >( "input-file", "Input file name." ); config.addEntry< bool >( "with-symmetric-matrices", "Perform benchmark even for symmetric matrix formats.", true ); config.addEntry< bool >( "with-legacy-matrices", "Perform benchmark even for legacy TNL matrix formats.", true ); config.addEntry< bool >( "with-all-cpu-tests", "All matrix formats are tested on both CPU and GPU. ", false ); Loading Loading
src/Benchmarks/SpMV/spmv.h +1 −1 Original line number Diff line number Diff line Loading @@ -821,6 +821,6 @@ benchmarkSpmv( BenchmarkType& benchmark, #endif } } // namespace SpMVLegacy } // namespace SpMV } // namespace Benchmarks } // namespace TNL
src/Benchmarks/SpMV/tnl-benchmark-spmv.h +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ std::string getCurrDateTime() char buffer[ 80 ]; time( &rawtime ); timeinfo = localtime( &rawtime ); strftime( buffer, sizeof( buffer ), "%d-%m-%Y--%H:%M:%S", timeinfo ); strftime( buffer, sizeof( buffer ), "%Y-%m-%d--%H:%M:%S", timeinfo ); std::string curr_date_time( buffer ); return curr_date_time; } Loading @@ -75,7 +75,7 @@ void setupConfig( Config::ConfigDescription & config ) { config.addDelimiter( "Benchmark settings:" ); config.addEntry< String >( "input-file", "Input file name.", "" ); config.addRequiredEntry< String >( "input-file", "Input file name." ); config.addEntry< bool >( "with-symmetric-matrices", "Perform benchmark even for symmetric matrix formats.", true ); config.addEntry< bool >( "with-legacy-matrices", "Perform benchmark even for legacy TNL matrix formats.", true ); config.addEntry< bool >( "with-all-cpu-tests", "All matrix formats are tested on both CPU and GPU. ", false ); Loading