diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-08 15:45:05 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-08 15:45:05 -0400 |
| commit | 8f6668941cf2728dba9700e45f11f61401a1fcf4 (patch) | |
| tree | 91527bc9053638117506a5caa2694294e796e67c /src/gpgpu-sim/gpu-sim.h | |
| parent | 7c13f6c7cc7fd598b268810c903983b79606f3ca (diff) | |
Move g_ptx_sim_num_insn
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index b47ab16..119b934 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -62,6 +62,8 @@ #define SAMPLELOG 222 #define DUMPLOG 333 +class gpgpu_context; + extern tr1_hash_map<new_addr_type,unsigned> address_random_interleaving; enum dram_ctrl_t { |
