diff options
| author | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-13 10:58:38 -0400 |
| commit | 7545c4e2c5a41cecc57e9a4bf443995700260a32 (patch) | |
| tree | 1b6ea2b29dd27843dfe352ad55d3a3797d8c55e7 /src/gpgpu-sim/mem_fetch.h | |
| parent | d4db0d28cca5fb9ce6496aa7a18859a97e1bd56d (diff) | |
| parent | cada77625208167216a874b0dcec2b2828bbf788 (diff) | |
Merging in latest - Merged in the Jenkinsfile to run all Mahmoud's new configs
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.h')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h index db4a8e9..278cf32 100644 --- a/src/gpgpu-sim/mem_fetch.h +++ b/src/gpgpu-sim/mem_fetch.h @@ -55,7 +55,9 @@ public: unsigned wid, unsigned sid, unsigned tpc, - const class memory_config *config ); + const class memory_config *config, + mem_fetch *original_mf = NULL, + mem_fetch *original_wr_mf = NULL); ~mem_fetch(); void set_status( enum mem_fetch_status status, unsigned long long cycle ); @@ -113,6 +115,8 @@ public: const memory_config *get_mem_config(){return m_mem_config;} unsigned get_num_flits(bool simt_to_mem); + mem_fetch* original_mf; + mem_fetch* original_wr_mf; private: // request source information unsigned m_request_uid; |
