summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-05-16 11:16:13 -0400
committerMahmoud <[email protected]>2019-05-16 11:16:13 -0400
commit8fb484e4120a08e896f53424e9f4f46710966970 (patch)
treebcdf540c591e2b80e8ae4c5b4c50bf1cd3a57d42 /src/gpgpu-sim/gpu-sim.h
parent0c16df3c8b108d8720846bb44b9abcc60ddf42f9 (diff)
fixing the link symbol error
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 8e3b6ee..5ea5765 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -64,7 +64,6 @@
extern tr1_hash_map<new_addr_type,unsigned> address_random_interleaving;
-
enum dram_ctrl_t {
DRAM_FIFO=0,
DRAM_FRFCFS=1
@@ -575,8 +574,6 @@ public:
unsigned long long partiton_replys_in_parallel;
unsigned long long partiton_replys_in_parallel_total;
- tr1_hash_map<new_addr_type,unsigned> address_random_interleaving;
-
FuncCache get_cache_config(std::string kernel_name);
void set_cache_config(std::string kernel_name, FuncCache cacheConfig );