Commit adb055ef authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Moved common headers from Benchmarks to TNL/Benchmarks so they can be used in...

Moved common headers from Benchmarks to TNL/Benchmarks so they can be used in other projects more easily
parent 03c20cfe
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@

#include <cstring>

#include "../Benchmarks.h"

#include <TNL/Benchmarks/Benchmarks.h>
#include <TNL/Containers/Array.h>

namespace TNL {
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#pragma once

#include "../Benchmarks.h"
#include <TNL/Benchmarks/Benchmarks.h>
#include "cublasWrappers.h"

#include <TNL/Containers/Vector.h>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#pragma once

#include "../Benchmarks.h"
#include <TNL/Benchmarks/Benchmarks.h>

#include <TNL/Pointers/DevicePointer.h>
#include <Benchmarks/SpMV/ReferenceFormats/Legacy/CSR.h>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#pragma once

#include "../Benchmarks.h"
#include <TNL/Benchmarks/Benchmarks.h>

#include <TNL/Containers/Array.h>
#include <TNL/Allocators/CudaHost.h>
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <stdlib.h> // srand48
#include <numeric>  // std::partial_sum

#include "../Benchmarks.h"
#include <TNL/Benchmarks/Benchmarks.h>

#include <TNL/Containers/Vector.h>
#include <TNL/Algorithms/scan.h>
Loading