From 529b3a65b65536e20f6a1dab135233f52d19bcf3 Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Sun, 8 Aug 2010 23:04:47 -0800 Subject: refactoring: continued, builds [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7174] --- src/gpgpu-sim/gpu-sim.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gpgpu-sim/gpu-sim.h') diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 4c7bd72..d962111 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -128,5 +128,11 @@ extern bool gpgpu_reg_bankconflict; extern int gpgpu_dram_sched_queue_size; extern unsigned long long gpu_tot_sim_cycle; extern unsigned int gpu_n_warp_per_shader; +extern unsigned int **max_conc_access2samerow; +extern unsigned int **max_servicetime2samerow; +extern unsigned int **row_access; +extern unsigned int **num_activates; + +extern void check_time_vector_update(unsigned int uid,int slot ,long int latency,int type); #endif -- cgit v1.3