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

RequestBuffer: remove duplicate prefetch with MainPipe #238

Closed
wants to merge 1 commit into from

Conversation

Zephyrols
Copy link

No description provided.

Copy link
Member

@linjuanZ linjuanZ left a comment

Choose a reason for hiding this comment

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

  1. The title of pull request is too long. Please restrict the title into 72 bytes.
  2. Please add detailed pull request description.
  3. Please make sure that SPEC CPU2006 checkpoints of 0.3 coverage works fine.

MainPipe adds an output interface taskInfo_s3 to pass task_s3 information to RequestBuffer. RequestBuffer now can remove more duplicate prefetching by passing in task information from the taskFromArb_s2 and taskFromMP_s3 interfaces. RequestBuffer now ensures that there will be at most one prefetch request for a block from RequestBuffer, RequsetArb, MainPipe, and MSHR.
@Zephyrols Zephyrols changed the title feat(RequestBuffer): remove duplicate prefetch if the same-addr A req in MainPipe RequestBuffer: remove duplicate prefetch with MainPipe Sep 11, 2024
@Zephyrols
Copy link
Author

  1. The title of pull request is too long. Please restrict the title into 72 bytes.

I have restrict it to "RequestBuffer: remove duplicate prefetch with MainPipe".

  1. Please add detailed pull request description.

Description: MainPipe adds an output interface taskInfo_s3 to pass task_s3 information to RequestBuffer. RequestBuffer now can remove more duplicate prefetching by passing in task information from the taskFromArb_s2 and taskFromMP_s3 interfaces. RequestBuffer now ensures that there will be at most one prefetch request for a block from RequestBuffer, RequsetArb, MainPipe, and MSHR.

  1. Please make sure that SPEC CPU2006 checkpoints of 0.3 coverage works fine.

I have done tilelink version And done these checkpoints test in tilelink version. Now I copy changes to chi version

@Zephyrols Zephyrols closed this Sep 18, 2024
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