diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-29 10:20:45 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:06 -0700 |
| commit | 47680ea59c580af95675d6970923d70e30bd8a77 (patch) | |
| tree | 48c5ed3b165424e95ac8a919f9e0a94a58727c50 | |
| parent | a5d6dc403827276723ac9cb9de9b0e0c8c3b9643 (diff) | |
Removing a wrong comment
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12203]
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc index 1bc0064..9f9a8a3 100644 --- a/src/gpgpu-sim/shader.cc +++ b/src/gpgpu-sim/shader.cc @@ -1066,8 +1066,6 @@ unsigned ldst_unit::clock_multiplier() const return m_config->mem_warp_parts; } -/* Seems to be not used by anything - * */ void ldst_unit::issue( register_set ®_set ) { warp_inst_t* inst = *(reg_set.get_ready()); |
