diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 23:04:47 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 23:04:47 -0800 |
| commit | 529b3a65b65536e20f6a1dab135233f52d19bcf3 (patch) | |
| tree | bafc1fc006fb131f6d9bf2eae19571b4902121e2 /src/gpgpu-sim/gpu-sim.h | |
| parent | a1acb8ed114e6ed00c742e7fd7bcbbe216f909c1 (diff) | |
refactoring: continued, builds
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7174]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 6 |
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 |
