Skip to content

Commit

Permalink
remove m_bank_warp_shift from function call
Browse files Browse the repository at this point in the history
  • Loading branch information
barnes88 committed Jul 9, 2024
1 parent e7b76f7 commit 4ac12d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpgpu-sim/shader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4389,7 +4389,7 @@ bool opndcoll_rfu_t::collector_unit_t::allocate(register_set *pipeline_reg_set,
}
if (reg_num >= 0 && new_reg) { // valid register
prev_regs.push_back(reg_num);
m_src_op[op] = op_t(this, op, reg_num, m_num_banks, m_bank_warp_shift,
m_src_op[op] = op_t(this, op, reg_num, m_num_banks,
m_sub_core_model, m_num_banks_per_sched,
(*pipeline_reg)->get_schd_id());
m_not_ready.set(op);
Expand Down

0 comments on commit 4ac12d6

Please sign in to comment.