summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index c1f5096..68bdca7 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -32,11 +32,11 @@
#ifndef GPU_SIM_H
#define GPU_SIM_H
+#include <stdint.h>
#include <stdio.h>
#include <fstream>
#include <iostream>
#include <list>
-#include <stdint.h>
#include "../abstract_hardware_model.h"
#include "../option_parser.h"
#include "../trace.h"
@@ -879,7 +879,7 @@ class sst_gpgpu_sim : public gpgpu_sim {
* @param dst_start_addr
* @param count
*/
- void perf_memcpy_to_gpu(size_t dst_start_addr, size_t count){};
+ void perf_memcpy_to_gpu(size_t dst_start_addr, size_t count) {};
/**
* @brief Check if the SST config matches up with the