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/mem_fetch.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/mem_fetch.h')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h index da67d49..e5efffd 100644 --- a/src/gpgpu-sim/mem_fetch.h +++ b/src/gpgpu-sim/mem_fetch.h @@ -55,7 +55,7 @@ public: unsigned wid, unsigned sid, unsigned tpc, - const class memory_config *config, + const struct memory_config *config, mem_fetch *original_mf = NULL, mem_fetch *original_wr_mf = NULL); ~mem_fetch(); @@ -148,7 +148,7 @@ private: static unsigned sm_next_mf_request_uid; - const class memory_config *m_mem_config; + const struct memory_config *m_mem_config; unsigned icnt_flit_size; mem_fetch* original_mf; //this pointer is set up when a request is divided into sector requests at L2 cache (if the req size > L2 sector size), so the pointer refers to the original request |
