diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 22:57:41 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 22:57:41 -0800 |
| commit | a1acb8ed114e6ed00c742e7fd7bcbbe216f909c1 (patch) | |
| tree | ba2f2cde4317b9c1cd5a3321652563aa461dca37 /src/gpgpu-sim/gpu-sim.h | |
| parent | a22c87cf48cb64a264c0696e6749e85b2038e0cf (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/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index 9cab0f2..4c7bd72 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -123,6 +123,10 @@ extern char *gpgpu_cache_dl1_opt; extern unsigned int gpu_n_thread_per_shader; extern unsigned int gpu_n_mshr_per_shader; extern unsigned int gpu_n_shader; - +extern unsigned int gpu_n_mem; +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; #endif |
