summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/dram_sched.cc
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-08 22:57:41 -0800
committerTor Aamodt <[email protected]>2010-08-08 22:57:41 -0800
commita1acb8ed114e6ed00c742e7fd7bcbbe216f909c1 (patch)
treeba2f2cde4317b9c1cd5a3321652563aa461dca37 /src/gpgpu-sim/dram_sched.cc
parenta22c87cf48cb64a264c0696e6749e85b2038e0cf (diff)
refactoring: mem_latency_stat in impl, etc...
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7173]
Diffstat (limited to 'src/gpgpu-sim/dram_sched.cc')
-rw-r--r--src/gpgpu-sim/dram_sched.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/dram_sched.cc b/src/gpgpu-sim/dram_sched.cc
index f6fdeca..03cc3ba 100644
--- a/src/gpgpu-sim/dram_sched.cc
+++ b/src/gpgpu-sim/dram_sched.cc
@@ -70,11 +70,9 @@
#include "../abstract_hardware_model.h"
extern unsigned long long gpu_sim_cycle;
-extern signed long long gpu_tot_sim_cycle;
extern unsigned max_mrq_latency;
extern unsigned mrq_lat_table[24];
extern int gpgpu_memlatency_stat;
-extern int gpgpu_dram_sched_queue_size;
extern unsigned int **concurrent_row_access; //concurrent_row_access[dram chip id][bank id]
extern unsigned int **row_access; //concurrent_row_access[dram chip id][bank id]
extern unsigned int **num_activates; //num_activates[dram chip id][bank id]