mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
removed the last stage
This commit is contained in:
parent
f4d982b3a4
commit
629f376551
1 changed files with 3 additions and 3 deletions
|
@ -560,9 +560,9 @@ void Core::writeback()
|
|||
|
||||
if (inst_in_wb.stall_warp)
|
||||
{
|
||||
// stallWarp[inst_in_wb.wid] = false;
|
||||
release_warp = true;
|
||||
release_warp_num = inst_in_wb.wid;
|
||||
stallWarp[inst_in_wb.wid] = false;
|
||||
// release_warp = true;
|
||||
// release_warp_num = inst_in_wb.wid;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue