diff options
| author | Tim Rogers <[email protected]> | 2018-10-05 13:42:03 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-05 13:42:03 -0400 |
| commit | 77a18471d485b2a5bad8cf140185d41fd9d35055 (patch) | |
| tree | 70c9ab71a18695fe1b6c23b9665a664c9328ce86 /configs/GeForceGTX1080Ti | |
| parent | 2f2345eef7e40e2fcd0cf5558adfa0fd4ff728d1 (diff) | |
| parent | 6ac985565bf5cb6d621487cc4d13163f63d5b646 (diff) | |
Merge pull request #76 from tgrogers/dev
Changes to allow correct occupancy with newer cards, while still running PTXPlus
Diffstat (limited to 'configs/GeForceGTX1080Ti')
| -rw-r--r-- | configs/GeForceGTX1080Ti/gpgpusim.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/GeForceGTX1080Ti/gpgpusim.config b/configs/GeForceGTX1080Ti/gpgpusim.config index 47c2b6a..fb044c6 100644 --- a/configs/GeForceGTX1080Ti/gpgpusim.config +++ b/configs/GeForceGTX1080Ti/gpgpusim.config @@ -3,7 +3,7 @@ # functional simulator specification -gpgpu_ptx_instruction_classification 0 -gpgpu_ptx_sim_mode 0 --gpgpu_ptx_force_max_capability 20 +-gpgpu_ptx_force_max_capability 60 # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 @@ -23,6 +23,7 @@ # shader core pipeline config -gpgpu_shader_registers 65536 +-gpgpu_occupancy_sm_number 60 # This implies a maximum of 64 warps/SM -gpgpu_shader_core_pipeline 2048:32 |
