Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix fence bug #58

Open
wants to merge 1 commit into
base: pulp-v1
Choose a base branch
from
Open

🐛 Fix fence bug #58

wants to merge 1 commit into from

Conversation

mp-17
Copy link

@mp-17 mp-17 commented Aug 22, 2024

The controller flushes the pipeline and all the unissued instructions in the presence of instructions with side effects (e.g., fence).
The accelerator dispatcher buffer is flushed when this happens and avoids accepting a new instruction, but it does not prevent the actual issuing from it during a flush cycle.

This fix avoids the issuing during a flush cycle.

Instructions with side effects flush the unissued instructions from
the controller. The accelerator dispatcher buffer is flushed when
this happens and avoids accepting a new instruction, but was not
preventing the actual issue during a flush cycle.
@mp-17 mp-17 requested a review from niwis as a code owner August 22, 2024 17:34
Copy link
Collaborator

@niwis niwis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @mp-17! Could you open a PR upstream? Then, I will merge in sequence.

@mp-17
Copy link
Author

mp-17 commented Sep 18, 2024

Sure, here we are: openhwgroup#2490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants