diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2017-07-18 13:04:19 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2017-07-18 13:04:19 -0400 |
| commit | e7faf0c76c98ccfc6d5ffde90d16a201411d0e2f (patch) | |
| tree | 907696c48520b45045ee4baa070ba6e50697bcf9 /src/gpgpu-sim/mem_fetch.h | |
| parent | 36d1f3f1ef1bc53fc053ec7ae381422bd0e98385 (diff) | |
| parent | bc69b31897d6e11dc98d4d75bd7b902a42b146bc (diff) | |
Merge pull request #2 from abdallm/dev-purdue-integration
Improving GPU core model.
Diffstat (limited to 'src/gpgpu-sim/mem_fetch.h')
| -rw-r--r-- | src/gpgpu-sim/mem_fetch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/mem_fetch.h b/src/gpgpu-sim/mem_fetch.h index c89edbb..db4a8e9 100644 --- a/src/gpgpu-sim/mem_fetch.h +++ b/src/gpgpu-sim/mem_fetch.h @@ -104,6 +104,7 @@ public: enum mem_access_type get_access_type() const { return m_access.get_type(); } const active_mask_t& get_access_warp_mask() const { return m_access.get_warp_mask(); } mem_access_byte_mask_t get_access_byte_mask() const { return m_access.get_byte_mask(); } + mem_access_sector_mask_t get_access_sector_mask() const { return m_access.get_sector_mask(); } address_type get_pc() const { return m_inst.empty()?-1:m_inst.pc; } const warp_inst_t &get_inst() { return m_inst; } |
