Skip to content
Snippets Groups Projects
Commit 3cc019ef authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Undo unneeded changes

parent 4d1e0b18
Branches
Tags
No related merge requests found
Pipeline #55550 passed
#if !defined TCC_KERNEL_H #if !defined TCC_KERNEL_H
#define TCC_KERNEL_H #define TCC_KERNEL_H
#include <stdint.h>
#include <cudawrappers/cu.hpp> #include <cudawrappers/cu.hpp>
#include <stdint.h>
namespace tcc { namespace tcc {
class Kernel class Kernel
{ {
......
#if !defined RECORD_H #if !defined RECORD_H
#define RECORD_H #define RECORD_H
#include <cudawrappers/cu.hpp>
#include "test/Common/Config.h" #include "test/Common/Config.h"
#include <cudawrappers/cu.hpp>
#if defined MEASURE_POWER #if defined MEASURE_POWER
#include <powersensor/NVMLPowerSensor.h> #include <powersensor/NVMLPowerSensor.h>
#endif #endif
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#define UNIT_TEST_H #define UNIT_TEST_H
#include <cudawrappers/cu.hpp> #include <cudawrappers/cu.hpp>
#include "test/Common/Record.h" #include "test/Common/Record.h"
#if defined MEASURE_POWER #if defined MEASURE_POWER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment