diff options
| author | Mahmoud <[email protected]> | 2018-11-06 19:48:52 -0500 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-11-06 19:48:52 -0500 |
| commit | 7d42f5849aa1abb4f081803843ea78009d5b20ce (patch) | |
| tree | 11bb1f976894d593e6ee0a918c943e0ab15840d4 /src/gpgpu-sim/shader.h | |
| parent | aea51499825e8493f6e4ae1cae7c763797704dc8 (diff) | |
adding tensor cores config
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index fcd134d..7b33c14 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1378,10 +1378,6 @@ struct shader_core_config : public core_config max_sp_latency = 32; max_tensor_core_latency = 64; - gpgpu_num_tensor_core_units=4;//It will be (#TENSORCORE INSIDE SM)/2 (One warp is allocated to 2 Tensor Core) - gpgpu_operand_collector_num_units_tensor_core=24; - gpgpu_operand_collector_num_in_ports_tensor_core=8; - gpgpu_operand_collector_num_out_ports_tensor_core=8; m_L1I_config.init(m_L1I_config.m_config_string,FuncCachePreferNone); m_L1T_config.init(m_L1T_config.m_config_string,FuncCachePreferNone); |
