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

Add arguments to control the network bandwidth number in a reasonable way #141

Merged
merged 7 commits into from
Sep 4, 2024

Conversation

ywwu928
Copy link
Contributor

@ywwu928 ywwu928 commented Aug 16, 2024

Description

  1. Core will issue 8B per cycle
  2. BW out of all cores should match BW out of memory
    --> bank * mem BW = core * tile rtr BW
  3. On chip rtr BW is accumulation of all ports
  4. Off chipt rtr BW is on chip rtr BW * pxns
    The above is ideal network that will probably not be network wounded but only memory bounded.
    Add arguments to set on chip rtr BW and off chip rtr BW directly if want to experiment with them.

Important -- Read Before Creating a Pull Request

PR description

This PR write a high-level description of your pull request

Checklist

  • The additions follow the code standards in the developer guide.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@ywwu928 ywwu928 merged commit 753f171 into main Sep 4, 2024
20 checks passed
@ywwu928 ywwu928 deleted the ywwu/statCollection branch September 4, 2024 23:32
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