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.h6
1 files changed, 6 insertions, 0 deletions
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