diff options
| author | Aaron M Barnes <[email protected]> | 2021-05-10 19:34:48 -0400 |
|---|---|---|
| committer | Aaron M Barnes <[email protected]> | 2021-05-10 19:34:48 -0400 |
| commit | 6ad5bad1d992e1add154957ac4903ce17007b912 (patch) | |
| tree | 9f5c58504164662ca0dc0eea915ccef9be90ba15 /src | |
| parent | a72b84e0f6e90754728d0309aac5dca1e00b7874 (diff) | |
dont need du id
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgpu-sim/shader.cc | 2 |
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++) { |
