Commit 358923c9 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed includes in benchmarks header files

parent bc4c3e2f
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -13,20 +13,11 @@

#pragma once

#include "Benchmarks.h"
#include "FunctionTimer.h"
#include "Logging.h"

#include <iostream>
#include <exception>
#include <limits>

#include <TNL/String.h>

#include <TNL/Devices/Host.h>
#include <TNL/SystemInfo.h>
#include <TNL/Cuda/DeviceInfo.h>
#include <TNL/Config/ConfigDescription.h>
#include <TNL/MPI/Wrappers.h>

namespace TNL {
namespace Benchmarks {
+2 −4
Original line number Diff line number Diff line
@@ -13,14 +13,12 @@

#pragma once

#include "FunctionTimer.h"
#include "Logging.h"

#include <iostream>
#include <exception>
#include <limits>

#include <TNL/String.h>
#include <TNL/Solvers/IterativeSolverMonitor.h>

#include <TNL/Devices/Host.h>
#include <TNL/SystemInfo.h>
@@ -253,4 +251,4 @@ inline typename Benchmark< Logger >::MetadataMap getHardwareMetadata()
} // namespace Benchmarks
} // namespace TNL

#include <Benchmarks/Benchmark.hpp>
#include "Benchmark.hpp"
+2 −0
Original line number Diff line number Diff line
@@ -10,8 +10,10 @@ add_subdirectory( Traversers )

set( headers
         Benchmarks.h
         Benchmark.hpp
         FunctionTimer.h
         Logging.h
         JsonLogging.h
)

install( FILES ${headers} DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}/Benchmarks )
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#pragma once

#include <list>
#include <map>
#include <vector>
#include <iostream>
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#pragma once

#include <list>
#include <map>
#include <vector>
#include <iostream>