diff options
| author | Inderpreet Singh <[email protected]> | 2011-09-14 14:03:49 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:23 -0700 |
| commit | 6e9b61e6fdeb4b64458ffc8821e39822e0bbd747 (patch) | |
| tree | 7d0f54df14e99e2f1785b9ea6f282e4ff8ed3d7d /src/gpgpu-sim/shader.h | |
| parent | a63925256ec38cf38e9928df067bac9781d21d91 (diff) | |
Fix for Bug 110 - integrates in CL 10258 from tm-test branch
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10299]
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 ddaafec..871a7ce 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -986,6 +986,7 @@ struct shader_core_config : public core_config bool gpgpu_dwf_reg_bankconflict; int gpgpu_num_sched_per_core; + int gpgpu_max_insn_issue_per_warp; //op collector int gpgpu_operand_collector_num_units_sp; |
