Commit 702ab328 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Reformatting tnl-benchmark-spmv srouce code.

parent 3c9dbc5f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ std::string getCurrDateTime()
   timeinfo = localtime( &rawtime );
   strftime( buffer, sizeof( buffer ), "%d-%m-%Y--%H:%M:%S", timeinfo );
   std::string curr_date_time( buffer );
   
   return curr_date_time;
}

@@ -134,7 +133,6 @@ main( int argc, char* argv[] )
   // prepare global metadata
   Benchmark::MetadataMap metadata = getHardwareMetadata();

   
   // Initiate setup of benchmarks
   if( precision == "all" || precision == "float" )
      runSpMVBenchmarks< float >( benchmark, metadata, inputFileName, verboseMR );