diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 20:43:41 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 20:43:41 -0400 |
| commit | 3633eacca183608fe1a666212ba468b787c063a5 (patch) | |
| tree | 928d7f43a2d2e62af4da2a989d68a0b952323856 /src/gpgpu-sim/shader.h | |
| parent | cc5d6636df7388e44c5203e5580a2aa50c0fd6b1 (diff) | |
adding new comments
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 43c448b..665e3a5 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1525,6 +1525,7 @@ class shader_core_config : public core_config bool perfect_inst_const_cache; unsigned inst_fetch_throughput; + unsigned reg_file_port_throughput; }; |
