Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hardware] 🐛 Don't start int reduction if resqueue is not empty
If the result queue is not empty and we start a reduction, the state of the ALU goes to INTRA_LANE_REDUCTION. Here, the VRF write back of the previous instruction does not happen. Moreover, the INTRA_LANE_REDUCTION needs the result queue for its own purposes.
- Loading branch information