diff options
| author | Mahmoud <[email protected]> | 2018-11-06 19:05:31 -0500 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-11-06 19:05:31 -0500 |
| commit | aea51499825e8493f6e4ae1cae7c763797704dc8 (patch) | |
| tree | bbf89d83d810e6c14b5005491747e3f25e719517 /configs | |
| parent | ffee4550d7452af93d3dcd05fc9a105a56b5b077 (diff) | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution into dev-tensor
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/tested-cfgs/SM7_TITANV/gpgpusim.config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config index 2093cc0..5ac734d 100644 --- a/configs/tested-cfgs/SM7_TITANV/gpgpusim.config +++ b/configs/tested-cfgs/SM7_TITANV/gpgpusim.config @@ -12,6 +12,7 @@ -gpgpu_ptx_instruction_classification 0 -gpgpu_ptx_sim_mode 0 -gpgpu_ptx_force_max_capability 70 +-gpgpu_tensor_core_avail 1 # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 @@ -41,10 +42,10 @@ -gpgpu_simd_model 1 # Pipeline widths and number of FUs -# ID_OC_SP,ID_OC_DP,ID_OC_SFU,ID_OC_MEM,OC_EX_SP,OC_EX_DP,OC_EX_SFU,OC_EX_MEM,EX_WB -## Volta GV100 has 4 SP SIMD units, 4SFU units, 4 DP units per core +# ID_OC_SP,ID_OC_DP,ID_OC_SFU,ID_OC_MEM,OC_EX_SP,OC_EX_DP,OC_EX_SFU,OC_EX_MEM,EX_WB,ID_OC_TENSOR_CORE,OC_EX_TENSOR_CORE +## Volta GV100 has 4 SP SIMD units, 4 SFU units, 4 DP units per core ## we need to scale the number of pipeline registers to be equal to the number of SP units --gpgpu_pipeline_widths 4,4,4,4,4,4,4,4,8 +-gpgpu_pipeline_widths 4,4,4,4,4,4,4,4,8,1,1 -gpgpu_num_sp_units 4 -gpgpu_num_sfu_units 4 -gpgpu_num_dp_units 4 @@ -115,7 +116,7 @@ -gpgpu_shmem_warp_parts 1 -gpgpu_coalesce_arch 60 -## In Pascal, a warp scheduler can issue 2 insts per cycle using 2 diff execution units +## In Volta, a warp scheduler can issue 1 inst per cycle -gpgpu_max_insn_issue_per_warp 1 -gpgpu_dual_issue_diff_exec_units 1 |
