diff options
| author | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
| commit | b8db00c3d8cfddb37a96b9cf2f308a67db4d319d (patch) | |
| tree | 4abf17acab64630f3a099d82e0cd8250c54d7b5f /src/gpgpu-sim/dram.h | |
| parent | 0ef9dd933747c118b023ff7a3ee6b054a19eaacf (diff) | |
| parent | 74c939d205c0eff341f80f5867183dfa3e70c114 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 965936b..bee5b7b 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -104,7 +104,7 @@ enum bank_grp_bits_position{ LOWER_BITS }; -struct mem_fetch; +class mem_fetch; class dram_t { @@ -243,7 +243,7 @@ private: unsigned int ave_mrqs_partial; unsigned int bwutil_partial; - struct memory_stats_t *m_stats; + class memory_stats_t *m_stats; class Stats* mrqq_Dist; //memory request queue inside DRAM friend class frfcfs_scheduler; |
