-
Notifications
You must be signed in to change notification settings - Fork 668
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
feat(Backend, MemBlock): add support for Zacas extension #3958
Draft
linjuanZ
wants to merge
13
commits into
master
Choose a base branch
from
feat-zacas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+465
−284
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42f2700 - Browse repository at this point
Copy the full SHA 42f2700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f4e48 - Browse repository at this point
Copy the full SHA 98f4e48View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be4dc14 - Browse repository at this point
Copy the full SHA be4dc14View commit details -
fix(AtomicsUnit, MemBlock): fix loss of multiple stds
In the previous design, AtomicsUnit receives stds from StdExeUnit and arbitrate at most one std uop for one cycle. This works fine on most of the AMOs and LR/SC because they require only one std uop. However AMOCAS requires at least two std uops, which may be issued from two separate issue queues at the same time, leading to the loss of std uops. This commit fixes this by taking all the outputs of the StdExeUnits into account with arbitration logics.
Configuration menu - View commit details
-
Copy full SHA for 33f5903 - Browse repository at this point
Copy the full SHA 33f5903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51537bf - Browse repository at this point
Copy the full SHA 51537bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ed006 - Browse repository at this point
Copy the full SHA 95ed006View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2c14f1 - Browse repository at this point
Copy the full SHA f2c14f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f7524 - Browse repository at this point
Copy the full SHA 54f7524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 306d98a - Browse repository at this point
Copy the full SHA 306d98aView commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 933fea5 - Browse repository at this point
Copy the full SHA 933fea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3c0c2 - Browse repository at this point
Copy the full SHA 8d3c0c2View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 698e6d7 - Browse repository at this point
Copy the full SHA 698e6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdbf2d - Browse repository at this point
Copy the full SHA 4cdbf2dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.