diff options
| author | Mahmoud <[email protected]> | 2017-10-27 22:35:52 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-10-27 22:35:52 -0400 |
| commit | f23021ad8663636e1103bd75a742480cb6238435 (patch) | |
| tree | 1310fb91f6c2d75f0123281d4357f0f9ffc23ff8 /src/abstract_hardware_model.cc | |
| parent | c1bb3638d2c3a8f1b86e0e952e12bb2ed7f1c0dc (diff) | |
add more statistics and chaging Pascal config
Diffstat (limited to 'src/abstract_hardware_model.cc')
| -rw-r--r-- | src/abstract_hardware_model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc index 51265fd..d2a155c 100644 --- a/src/abstract_hardware_model.cc +++ b/src/abstract_hardware_model.cc @@ -314,7 +314,7 @@ void warp_inst_t::generate_mem_accesses() break; case global_space: case local_space: case param_space_local: - if( m_config->gpgpu_coalesce_arch == 13 || m_config->gpgpu_coalesce_arch == 20) { + if( m_config->gpgpu_coalesce_arch >= 13 && m_config->gpgpu_coalesce_arch <= 62) { if(isatomic()) memory_coalescing_arch_atomic(is_write, access_type); else |
