Loading tests/benchmarks/benchmarks.h +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ public: : verbose(verbose) { } // TODO: fix spacing (blank lines) void writeTitle( const tnlString & title ) { Loading tests/benchmarks/vector-operations.h +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ benchmarkVectorOperations( Benchmark & benchmark, auto reset1 = [&]() { hostVector.setValue( 1.0 ); deviceVector.setValue( 1.0 ); resultHost = resultDevice = 0.0; }; auto reset2 = [&]() { hostVector2.setValue( 1.0 ); Loading Loading
tests/benchmarks/benchmarks.h +0 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ public: : verbose(verbose) { } // TODO: fix spacing (blank lines) void writeTitle( const tnlString & title ) { Loading
tests/benchmarks/vector-operations.h +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ benchmarkVectorOperations( Benchmark & benchmark, auto reset1 = [&]() { hostVector.setValue( 1.0 ); deviceVector.setValue( 1.0 ); resultHost = resultDevice = 0.0; }; auto reset2 = [&]() { hostVector2.setValue( 1.0 ); Loading