diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 13:00:34 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2020-03-31 13:00:34 -0400 |
| commit | ed97d2a5b0096fb8afa4bc83fe2df515b2a2399c (patch) | |
| tree | 2afd8adc73d93479eab95ae01d01db53aa038653 /src/gpgpu-sim/shader.h | |
| parent | 38a5c4d70539cdacf1ce20394027d9b705ff9c76 (diff) | |
adding inst fetch throughput
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 d41c220..43c448b 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1524,6 +1524,7 @@ class shader_core_config : public core_config bool gpgpu_concurrent_kernel_sm; bool perfect_inst_const_cache; + unsigned inst_fetch_throughput; }; |
