summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron M Barnes <[email protected]>2021-05-10 19:34:48 -0400
committerAaron M Barnes <[email protected]>2021-05-10 19:34:48 -0400
commit6ad5bad1d992e1add154957ac4903ce17007b912 (patch)
tree9f5c58504164662ca0dc0eea915ccef9be90ba15 /src
parenta72b84e0f6e90754728d0309aac5dca1e00b7874 (diff)
dont need du id
Diffstat (limited to 'src')
-rw-r--r--src/gpgpu-sim/shader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.cc b/src/gpgpu-sim/shader.cc
index d9d4411..943e38c 100644
--- a/src/gpgpu-sim/shader.cc
+++ b/src/gpgpu-sim/shader.cc
@@ -3939,7 +3939,7 @@ bool opndcoll_rfu_t::writeback(warp_inst_t &inst) {
void opndcoll_rfu_t::dispatch_ready_cu() {
for (unsigned p = 0; p < m_dispatch_units.size(); ++p) {
dispatch_unit_t &du = m_dispatch_units[p];
- collector_unit_t *cu = du.find_ready(sub_core_model, p);
+ collector_unit_t *cu = du.find_ready(sub_core_model);
if (cu) {
for (unsigned i = 0; i < (cu->get_num_operands() - cu->get_num_regs());
i++) {