diff options
| author | Mahmoud <[email protected]> | 2018-03-26 11:35:25 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-03-26 11:35:25 -0400 |
| commit | 1af82fbe97428654b06b7cd8d40c2d2ce4592aae (patch) | |
| tree | 52b84abdc9043bcd62975671214e6dbdaefb21fe /src/gpgpu-sim/shader.h | |
| parent | f2a035a3782395c2ea7b26ba64eafc14e6e8cde9 (diff) | |
Fixing resources limitation assertion for compute cab 61
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 5b41c06..ae22eaa 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1386,6 +1386,7 @@ struct shader_core_config : public core_config unsigned gpgpu_num_reg_banks; bool gpgpu_reg_bank_use_warp_id; bool gpgpu_local_mem_map; + bool gpgpu_ignore_resources_limitation; unsigned max_sp_latency; unsigned max_sfu_latency; |
