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

Can the GPU simulator simulate different GPU interconnect topologies such as RING and ALL-TO-ALL? #89

Open
christindbose opened this issue Aug 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@christindbose
Copy link

If so, please guide me on how to set up these parameters in the simulation.

@syifan syifan added the question Further information is requested label Aug 23, 2024
@syifan
Copy link
Contributor

syifan commented Aug 23, 2024

You can check the mesh connector implementation here https://github.com/sarchlab/akita/blob/v3/noc/networking/mesh/mesh.go.

Creating a ring topology is basically creating a ring connector like the mesh connector, but it will be much simpler.

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

No branches or pull requests

2 participants