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/gpu-cache.cc | |
| 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/gpu-cache.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index 5ea4190..7af7db0 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -867,7 +867,8 @@ data_cache::wr_miss_wa( new_addr_type addr, mf->get_data_size(), false, // Now performing a read mf->get_access_warp_mask(), - mf->get_access_byte_mask() ); + mf->get_access_byte_mask(), + mf->get_access_sector_mask()); mem_fetch *n_mf = new mem_fetch( *ma, NULL, |
