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/QuadroFX5600 | |
| 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/QuadroFX5600')
| -rw-r--r-- | configs/QuadroFX5600/gpgpusim.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/QuadroFX5600/gpgpusim.config b/configs/QuadroFX5600/gpgpusim.config index cb87b65..6f836ee 100644 --- a/configs/QuadroFX5600/gpgpusim.config +++ b/configs/QuadroFX5600/gpgpusim.config @@ -11,6 +11,9 @@ # shader core pipeline config -gpgpu_shader_registers 16384 +-gpgpu_occupancy_sm_number 12 + +-gpgpu_occupancy_sm_number 12 #8192 (registers per block as written by device Query and which used in this option in our other configurations but this break some benchmarks execution! it does not affect performance modeling though) -gpgpu_shader_core_pipeline 768:32 -gpgpu_shader_cta 8 |
