diff options
Diffstat (limited to 'configs/Fermi/gpgpusim.config')
| -rw-r--r-- | configs/Fermi/gpgpusim.config | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/configs/Fermi/gpgpusim.config b/configs/Fermi/gpgpusim.config index b20fe86..e1bcf1c 100644 --- a/configs/Fermi/gpgpusim.config +++ b/configs/Fermi/gpgpusim.config @@ -66,8 +66,9 @@ -gpgpu_mem_addr_mapping dramid@8;00000000.00000000.00000000.00000000.0000RRRR.RRRRRRRR.RRBBBCCC.CCCSSSSS # GDDR5 timing from hynix H5GQ1H24AFR -# {nbk:tCCD:tRRD:tRCD:tRAS:tRP:tRC:CL:WL:tCDLR:tWR} --gpgpu_dram_timing_opt 16:2:5:12:28:12:35:10:7:6:12 +# to disable bank groups, set nbkgrp to 1 and tCCDL and tRTPL to 0 +# {nbk:nbkgrp:tCCD:tCCDL:tRRD:tRCD:tRAS:tRP:tRTPL:tRC:CL:WL:tCDLR:tWR} +-gpgpu_dram_timing_opt 16:4:2:3:5:12:28:12:2:35:10:7:6:12 # GDDR3 #-gpgpu_dram_timing_opt 8:2:8:12:25:10:35:10:7:6:11 @@ -80,9 +81,12 @@ -gpgpu_runtime_stat 500 -enable_ptx_file_line_stats 1 -# enable SASS execution -#-gpgpu_ptx_convert_to_ptxplus 1 -#-gpgpu_ptx_save_converted_ptxplus 1 +# Using cuobjdump to extract ptx/SASS +-gpgpu_ptx_use_cuobjdump 0 + +# SASS execution (only supported with CUDA >= 4.0) +-gpgpu_ptx_convert_to_ptxplus 0 +-gpgpu_ptx_save_converted_ptxplus 0 # enable operand collector -gpgpu_operand_collector_num_units_sp 6 |
